diff options
Diffstat (limited to 'tests/testdata/run/rejection_handled.ts')
-rw-r--r-- | tests/testdata/run/rejection_handled.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/run/rejection_handled.ts b/tests/testdata/run/rejection_handled.ts index f058ff966..c29ae7089 100644 --- a/tests/testdata/run/rejection_handled.ts +++ b/tests/testdata/run/rejection_handled.ts @@ -14,4 +14,4 @@ setTimeout(async () => { setTimeout(() => { console.log("Success"); -}, 50); +}, 200); |