Skip to content

Commit

Permalink
Revert "Esure that testSimultaneous really is simultaneous"
Browse files Browse the repository at this point in the history
This reverts commit 19c79f3.
  • Loading branch information
Randgalt committed Oct 11, 2011
1 parent 19c79f3 commit 91b0a63
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -95,7 +95,6 @@ public Stat answer(InvocationOnMock invocation) throws Throwable
public Void call() throws Exception
{
startedLatch.countDown();
Assert.assertTrue(startedLatch.await(10, TimeUnit.SECONDS));
ensurePath.ensure(curator);
finishedLatch.countDown();
return null;
Expand Down

0 comments on commit 91b0a63

Please sign in to comment.