ARTEMIS-3365 - fix intermittent ci failure on test

This commit is contained in:
gtully 2021-09-02 12:09:31 +01:00
parent 97e84bb0d1
commit c7b672d8b9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public abstract class PoolTestBase {
public static final int MULTIPLE_TARGETS = 10;
public static final int CHECK_PERIOD = 100;
public static final int CHECK_TIMEOUT = 2 * CHECK_PERIOD;
public static final int CHECK_TIMEOUT = 10 * CHECK_PERIOD;
protected abstract Pool createPool(TargetFactory targetFactory, int targets);