| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ab1a4eb commit 92d1ca9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,7 +50,7 @@ if (process.argv[2] === 'child') { | |||
| 50 | 50 | tmpdir.refresh(); | |
| 51 | 51 | const spawnResult = spawnSync( | |
| 52 | 52 | process.execPath, ['--prof', __filename, 'child'], | |
| 53 | - { cwd: tmpdir.path, encoding: 'utf8' }); | ||
| 53 | + { cwd: tmpdir.path, encoding: 'utf8', timeout: 30_000 }); | ||
| 54 | 54 | assert.strictEqual(spawnResult.stderr.toString(), '', | |
| 55 | 55 | `child exited with an error: \ | |
| 56 | 56 | ${util.inspect(spawnResult)}`); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments