Skip to content

Commit

Permalink
Increased timeout in TimeoutConcurency test to make timeout more repr…
Browse files Browse the repository at this point in the history
…oducible
  • Loading branch information
Matt Jacobs committed Jun 13, 2016
1 parent 0355b9b commit 3583415
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ protected TestCommand() {
@Override
protected String run() throws Exception {
//System.out.println(System.currentTimeMillis() + " : " + Thread.currentThread().getName() + " sleeping");
Thread.sleep(100);
Thread.sleep(500);
//System.out.println(System.currentTimeMillis() + " : " + Thread.currentThread().getName() + " awake and returning");
return "hello";
}
Expand Down

0 comments on commit 3583415

Please sign in to comment.