Skip to content

Commit

Permalink
add additional wait time in test to avoid flakiness on travisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangdavidliu committed Jan 10, 2018
1 parent 0d01e0f commit 40f1243
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public void run() {
});

futureCommand2a.get();
Thread.sleep(500);
futureCommand2b.get();

assertEquals(1, numCacheResponses.get());
Expand Down

0 comments on commit 40f1243

Please sign in to comment.