restored long test timer

This commit is contained in:
Greg Wilkins 2016-07-14 15:17:20 +10:00
parent c7b80bee8f
commit 34a9e43c50
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ public class IdleTimeoutTest extends AbstractTest
ByteBuffer data = ByteBuffer.allocate(FlowControlStrategy.DEFAULT_WINDOW_SIZE + 1);
stream.data(new DataFrame(stream.getId(), data, true), Callback.NOOP);
Assert.assertTrue(latch.await(5, TimeUnit.SECONDS));
Assert.assertTrue(latch.await(555, TimeUnit.SECONDS));
}
private void sleep(long value)