| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,8 @@ const BREAK_MESSAGE = new RegExp('(?:' + [ | |||
| 7 | 7 | 'exception', 'other', 'promiseRejection', 'step', | |
| 8 | 8 | ].join('|') + ') in', 'i'); | |
| 9 | 9 | ||
| 10 | - let TIMEOUT = common.platformTimeout(5000); | ||
| 10 | + // Some macOS machines require more time to receive the outputs from the client. | ||
| 11 | + let TIMEOUT = common.platformTimeout(10000); | ||
| 11 | 12 | if (common.isWindows) { | |
| 12 | 13 | // Some of the windows machines in the CI need more time to receive | |
| 13 | 14 | // the outputs from the client. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments