diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-04-19 00:40:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-18 23:40:15 +0000 |
| commit | 7b02f2aba63269e1870985fd6b98c3129270706e (patch) | |
| tree | d084ad9732c9311fbfc6023e20dd592a446cb29b /tests/testdata/node | |
| parent | 3d841acf4861220553614473538de935d24bcb21 (diff) | |
test: deflake tests for rejection handled (#23448)
Fixes flakiness for rejection handled tests on Windows (7 failures in
the past day).
Diffstat (limited to 'tests/testdata/node')
| -rw-r--r-- | tests/testdata/node/rejection_handled_web_process.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/node/rejection_handled_web_process.ts b/tests/testdata/node/rejection_handled_web_process.ts index e331f8998..a5136ca3d 100644 --- a/tests/testdata/node/rejection_handled_web_process.ts +++ b/tests/testdata/node/rejection_handled_web_process.ts @@ -23,4 +23,4 @@ setTimeout(() => { setTimeout(() => { console.log("Success"); -}, 500); +}, 1000); |
