mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
This commit is contained in:
commit
27f4cb68f2
|
|
@ -122,7 +122,7 @@ public class NativeAllocatorTest
|
|||
canClean.countDown();
|
||||
try
|
||||
{
|
||||
isClean.await(10L, TimeUnit.MILLISECONDS);
|
||||
Assert.assertTrue(isClean.await(10L, TimeUnit.SECONDS));
|
||||
}
|
||||
catch (InterruptedException e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue