Adding more time on checkWeakReferences

This will fix a few intermittent failures
This commit is contained in:
Clebert Suconic 2016-06-07 16:10:06 -04:00
parent 065f9945eb
commit f0f431acea
1 changed files with 1 additions and 1 deletions

View File

@ -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());