diff options
Diffstat (limited to 'runtime/js')
-rw-r--r-- | runtime/js/40_testing.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/js/40_testing.js b/runtime/js/40_testing.js index e3a6ce324..c1ce3e726 100644 --- a/runtime/js/40_testing.js +++ b/runtime/js/40_testing.js @@ -147,6 +147,7 @@ // cleared can actually be removed from resource table, otherwise // false positives may occur (https://github.com/denoland/deno/issues/4591) await opSanitizerDelay(); + await opSanitizerDelay(); } if (shouldSkipSanitizers(desc)) return; |