Skip to content

Commit

Permalink
increase test countdownlatch timeout again for travis ci old emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Apr 25, 2018
1 parent 566d06d commit 18a3f1c
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(1000, TimeUnit.MILLISECONDS);
latch.await(2000, TimeUnit.MILLISECONDS);
}
}

Expand Down

0 comments on commit 18a3f1c

Please sign in to comment.