Skip to content

Commit

Permalink
revert change to execution-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemartini committed Oct 4, 2018
1 parent 8443c34 commit c47f244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ class ExecutionController {

await pWhilst(isRunning, () => {
dispatch();
return Promise.delay(500);
return Promise.delay(100);
});

unsubscribe();
Expand Down

0 comments on commit c47f244

Please sign in to comment.