提交 6ac028a7 编写于 作者: S sjiang

8029378: com/sun/jdi/BadHandshakeTest.java failed with java.util.concurrent.TimeoutException

Reviewed-by: dholmes, jbachorik
上级 21975f47
/*
* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
......@@ -85,7 +85,7 @@ public class BadHandshakeTest {
success.set(line.contains("Listening for transport dt_socket at address:"));
return true;
},
1500,
Integer.MAX_VALUE,
TimeUnit.MILLISECONDS
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册