diff --git a/ghost/admin/testem.js b/ghost/admin/testem.js index b4e40174b5..aa43c2c81f 100644 --- a/ghost/admin/testem.js +++ b/ghost/admin/testem.js @@ -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,