Skip to content

Commit

Permalink
Remove testing sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed May 31, 2024
1 parent 11e5bde commit 21fbdf4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public String execute(boolean finish) {
@Override
public void signal() throws ExecutionException, InterruptedException {
// Intentionally introduce non determinism
Thread.sleep(500);
if (continueAsNew.getNow(false)) {
Workflow.continueAsNew(true);
}
Expand Down

0 comments on commit 21fbdf4

Please sign in to comment.