| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3999786 commit 7c9fa11
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ | |||
| 3 | 3 | const common = require('../common'); | |
| 4 | 4 | ||
| 5 | 5 | if (process.argv[2] === 'child') { | |
| 6 | - setTimeout(() => {}, common.platformTimeout(100)); | ||
| 6 | + setTimeout(() => {}, common.platformTimeout(1000)); | ||
| 7 | 7 | return; | |
| 8 | 8 | } | |
| 9 | 9 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments