Adding more time on checkWeakReferences
This will fix a few intermittent failures
This commit is contained in:
parent
065f9945eb
commit
f0f431acea
|
@ -627,7 +627,7 @@ public abstract class ActiveMQTestBase extends Assert {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} while (i++ <= 50 && hasValue);
|
} while (i++ <= 200 && hasValue);
|
||||||
|
|
||||||
for (WeakReference<?> ref : references) {
|
for (WeakReference<?> ref : references) {
|
||||||
Assert.assertNull(ref.get());
|
Assert.assertNull(ref.get());
|
||||||
|
|
Loading…
Reference in New Issue