longer test await time

This commit is contained in:
Greg Wilkins 2016-05-20 13:28:17 +10:00
parent de8b826d1f
commit b53f2eca7f
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ public class PerMessageDeflateExtensionTest
// Client sends first message
session.getRemote().sendBytes(ByteBuffer.wrap(msg));
clientSocket.messages.awaitEventCount(1,1,TimeUnit.SECONDS);
clientSocket.messages.awaitEventCount(1,5,TimeUnit.SECONDS);
String echoMsg = clientSocket.messages.poll();
Assert.assertThat("Echo'd Message",echoMsg,is("binary[sha1="+sha1+"]"));
}