| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 388a163 commit 3ce93dd
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,12 +7,10 @@ const BREAK_MESSAGE = new RegExp('(?:' + [ | |||
| 7 | 7 | 'exception', 'other', 'promiseRejection', 'step', | |
| 8 | 8 | ].join('|') + ') in', 'i'); | |
| 9 | 9 | ||
| 10 | - // Some macOS machines require more time to receive the outputs from the client. | ||
| 11 | 10 | let TIMEOUT = common.platformTimeout(10000); | |
| 12 | - if (common.isWindows) { | ||
| 13 | - // Some of the windows machines in the CI need more time to receive | ||
| 14 | - // the outputs from the client. | ||
| 15 | - // https://github.com/nodejs/build/issues/3014 | ||
| 11 | + // Some macOS and Windows machines require more time to receive the outputs from the client. | ||
| 12 | + // https://github.com/nodejs/build/issues/3014 | ||
| 13 | + if (common.isWindows || common.isMacOS) { | ||
| 16 | 14 | TIMEOUT = common.platformTimeout(15000); | |
| 17 | 15 | } | |
| 18 | 16 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments