0
Fork 0
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:
Daniel Lockyer 2020-02-18 18:11:31 +00:00
parent e5f20d6b9e
commit c0834ae221

View file

@ -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,