mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 10:09:01 +00:00
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;
|
||||
}
|
||||
}
|
||||
} while (i++ <= 50 && hasValue);
|
||||
} while (i++ <= 200 && hasValue);
|
||||
|
||||
for (WeakReference<?> ref : references) {
|
||||
Assert.assertNull(ref.get());
|
||||
|
Loading…
x
Reference in New Issue
Block a user