| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bfcb3d1 commit 3440d7c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ const NS_PER_MS = 1000000n; | |||
| 13 | 13 | const hrtime = process.hrtime.bigint; | |
| 14 | 14 | const nextTick = process.nextTick; | |
| 15 | 15 | ||
| 16 | - const waitDuration = common.platformTimeout(100n); | ||
| 16 | + const waitDuration = common.platformTimeout(200n); | ||
| 17 | 17 | ||
| 18 | 18 | function loop() { | |
| 19 | 19 | const start = hrtime(); | |
@@ -38,7 +38,7 @@ for (let i = 0; i < 4; i++) { | |||
| 38 | 38 | nextTick, | |
| 39 | 39 | loop, | |
| 40 | 40 | }, | |
| 41 | - { timeout: common.platformTimeout(10) }, | ||
| 41 | + { timeout: common.platformTimeout(100) }, | ||
| 42 | 42 | ); | |
| 43 | 43 | }, { | |
| 44 | 44 | code: 'ERR_SCRIPT_EXECUTION_TIMEOUT', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments