Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed Jan 25, 2017
1 parent d2f3258 commit c3c1856
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public void testPollNotificationWithHandleMessageInBatch() throws Exception {

assertTrue(!anotherDeferredResult.hasResult());

TimeUnit.MILLISECONDS.sleep(someBatchInterval * 3);
TimeUnit.MILLISECONDS.sleep(someBatchInterval * 5);

assertTrue(anotherDeferredResult.hasResult());
}
Expand Down

0 comments on commit c3c1856

Please sign in to comment.