Merge pull request #1287 from akka/wip-2970-lightweight-ec-form-promiseactorref-√
#2970 - Removing scheduler and dispatcher from ARP and reimplementing P...
This commit is contained in:
commit
641e499cc4
15 changed files with 69 additions and 88 deletions
|
|
@ -203,7 +203,7 @@ public class UntypedActorDocTestBase {
|
|||
//#gracefulStop
|
||||
try {
|
||||
Future<Boolean> stopped =
|
||||
gracefulStop(actorRef, Duration.create(5, TimeUnit.SECONDS), system);
|
||||
gracefulStop(actorRef, Duration.create(5, TimeUnit.SECONDS));
|
||||
Await.result(stopped, Duration.create(6, TimeUnit.SECONDS));
|
||||
// the actor has been stopped
|
||||
} catch (AskTimeoutException e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue