Stab at fixing more tests with timeout issues on Jenkins
This commit is contained in:
parent
386506727f
commit
8bca635279
3 changed files with 21 additions and 23 deletions
|
|
@ -195,7 +195,7 @@ public class FaultHandlingTestBase {
|
|||
|
||||
//#escalate-restart
|
||||
superprops = new Props(Supervisor2.class);
|
||||
supervisor = system.actorOf(superprops, "supervisor2");
|
||||
supervisor = system.actorOf(superprops);
|
||||
child = (ActorRef) Await.result(ask(supervisor, new Props(Child.class), 5000), timeout);
|
||||
child.tell(23);
|
||||
assert Await.result(ask(child, "get", 5000), timeout).equals(23);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue