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 35379b0 commit 3778901
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1997,7 +1997,7 @@ public void nestedFSMEventConsumedActionTest() throws InterruptedException, Exec
// f.orTimeout(1000, TimeUnit.MILLISECONDS).join();
// }

s3s1F.orTimeout(1000*numberOFChildren, TimeUnit.MILLISECONDS).join();
s3s1F.orTimeout(3000*numberOFChildren, TimeUnit.MILLISECONDS).join();

executor.stop();

Expand Down

0 comments on commit 3778901

Please sign in to comment.