Skip to content

Commit

Permalink
increase timeout for a test
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangdavidliu committed Jan 10, 2018
1 parent 88a3d6a commit 0d01e0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ public void onNext(Boolean b) {
});

try {
assertTrue(startLatch.await(1000, TimeUnit.MILLISECONDS));
assertTrue(startLatch.await(5000, TimeUnit.MILLISECONDS));
} catch (Throwable ex) {
fail(ex.getMessage());
}
Expand Down

0 comments on commit 0d01e0f

Please sign in to comment.