ARTEMIS-3365 - fix intermittent ci failure on test
This commit is contained in:
parent
97e84bb0d1
commit
c7b672d8b9
|
@ -28,7 +28,7 @@ public abstract class PoolTestBase {
|
||||||
public static final int MULTIPLE_TARGETS = 10;
|
public static final int MULTIPLE_TARGETS = 10;
|
||||||
|
|
||||||
public static final int CHECK_PERIOD = 100;
|
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);
|
protected abstract Pool createPool(TargetFactory targetFactory, int targets);
|
||||||
|
|
Loading…
Reference in New Issue