summaryrefslogtreecommitdiff
path: root/tests/testdata/run
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run')
-rw-r--r--tests/testdata/run/rejection_handled.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/run/rejection_handled.ts b/tests/testdata/run/rejection_handled.ts
index c29ae7089..16506ea4a 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");
-}, 200);
+}, 1000);