Skip to content

Commit

Permalink
test: increase countdownlatch wait
Browse files Browse the repository at this point in the history
increases countdownlatch wait to pass tests on ci
  • Loading branch information
fractalwrench committed Apr 24, 2018
1 parent 3ff991b commit 566d06d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public void postReport(String urlString,
}

void awaitReport() throws InterruptedException {
latch.await(100, TimeUnit.MILLISECONDS);
latch.await(1000, TimeUnit.MILLISECONDS);
}
}

Expand Down

0 comments on commit 566d06d

Please sign in to comment.