mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Increased browser disconnect timeout to 30s
no issue - browser tests would intermittently fail because they would hit the timeout limit - this commit increases the limit to allow for more variability in the CI environment
This commit is contained in:
parent
e5f20d6b9e
commit
c0834ae221
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ if (isCronBuild) {
|
|||
|
||||
module.exports = {
|
||||
framework: 'mocha',
|
||||
browser_disconnect_timeout: 30,
|
||||
test_page: 'tests/index.html?hidepassed',
|
||||
disable_watching: true,
|
||||
parallel: process.env.EMBER_EXAM_SPLIT_COUNT || 1,
|
||||
|
|
Loading…
Add table
Reference in a new issue