Skip to content

Commit

Permalink
state events are bound to their state
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Nov 2, 2021
1 parent 3778901 commit d01ccf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2349,7 +2349,7 @@ public void nestedFSM() throws InterruptedException, ExecutionException {
f.complete(null);
System.out.println("EV3 consumed");
});
f.orTimeout(3000, TimeUnit.MILLISECONDS).join();
f.orTimeout(10000, TimeUnit.MILLISECONDS).join();
}

executor.stop();
Expand Down

0 comments on commit d01ccf9

Please sign in to comment.