Increase timeout for actors tests
This commit is contained in:
parent
d991376f44
commit
e7f30dff8d
@ -41,7 +41,7 @@ public class ActorSystemTest {
|
|||||||
|
|
||||||
public static final String ROOT_DISPATCHER = "root-dispatcher";
|
public static final String ROOT_DISPATCHER = "root-dispatcher";
|
||||||
private static final int _100K = 100 * 1024;
|
private static final int _100K = 100 * 1024;
|
||||||
public static final int TIMEOUT_AWAIT_MAX_SEC = 10;
|
public static final int TIMEOUT_AWAIT_MAX_SEC = 100;
|
||||||
|
|
||||||
private volatile TbActorSystem actorSystem;
|
private volatile TbActorSystem actorSystem;
|
||||||
private volatile ExecutorService submitPool;
|
private volatile ExecutorService submitPool;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user