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

Reviewed-by: dholmes, jbachorik
This commit is contained in:
Shanliang Jiang 2014-01-17 15:58:18 +01:00
parent b31c05a9aa
commit 286b95f83f

@ -1,5 +1,5 @@
/*
* 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
);