Skip to content

Commit

Permalink
Merge branch 'master' of github.com:belaban/JGroups
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Nov 27, 2012
2 parents 959da7d + 900a0b6 commit 25080dc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -289,7 +289,7 @@ public void testIsDone2(TimeScheduler timer) throws InterruptedException {
assert !future.isCancelled();
assert !future.isDone();

Thread.sleep(3500);
Thread.sleep(5000);
assert !future.isCancelled();
assert future.isDone();

Expand Down

0 comments on commit 25080dc

Please sign in to comment.