remove another wait

This commit is contained in:
fjy 2014-11-20 14:22:16 -08:00
parent 313d81ca2f
commit 0d275c7a53
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ public class ServerManagerTest
) )
); );
queryNotifyLatch.await(25, TimeUnit.MILLISECONDS); queryNotifyLatch.await();
Assert.assertEquals(1, factory.getSegmentReferences().size()); Assert.assertEquals(1, factory.getSegmentReferences().size());