Increased test trigger await timeout value.

This commit is contained in:
Mark Fisher
2008-11-26 02:02:26 +00:00
parent a6b0bf65ac
commit 545e159f3b

View File

@@ -251,7 +251,7 @@ public class ByteStreamWritingMessageHandlerTests {
public void await() {
try {
this.latch.await(1000, TimeUnit.MILLISECONDS);
this.latch.await(3000, TimeUnit.MILLISECONDS);
if (latch.getCount() != 0) {
throw new RuntimeException("test timeout");
}