diff options
Diffstat (limited to 'cli/js/40_testing.js')
-rw-r--r-- | cli/js/40_testing.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/40_testing.js b/cli/js/40_testing.js index e269b9c9f..ec83ce370 100644 --- a/cli/js/40_testing.js +++ b/cli/js/40_testing.js @@ -50,7 +50,7 @@ function opSanitizerDelay() { return new Promise((resolve) => { setTimeout(() => { ArrayPrototypePush(opSanitizerDelayResolveQueue, resolve); - }, 0); + }, 1); }); } |