more time needed for ssl test on slow machine

This commit is contained in:
Greg Wilkins 2011-12-14 12:01:23 -08:00
parent 5c5f783e2b
commit 300157fb2d
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ public class WebSocketOverSSLTest
for (int i = 0; i < count; ++i)
_connection.sendMessage(message);
Assert.assertTrue(clientLatch.await(5, TimeUnit.SECONDS));
Assert.assertTrue(clientLatch.await(20, TimeUnit.SECONDS));
// While messages may have all arrived, the SSL close alert
// may be in the way so give some time for it to be processed.