Skip to content
Snippets Groups Projects
Unverified Commit 5512f8bf authored by Daniel Naab's avatar Daniel Naab Committed by GitHub
Browse files

Merge pull request #307 from danielnaab/test-timeouts

This seems dirty - but set a really long time out period (2 minutes) …
parents d8803c7a 03a0f8c7
No related branches found
No related tags found
No related merge requests found
...@@ -123,6 +123,7 @@ module.exports = function (config) { ...@@ -123,6 +123,7 @@ module.exports = function (config) {
project: 'Water Data For The Nation', project: 'Water Data For The Nation',
timeout: 1800 timeout: 1800
}, },
browserNoActivityTimeout: 120000,
concurrency: 2, concurrency: 2,
// These default browsers are chosen to prevent loss of browser // These default browsers are chosen to prevent loss of browser
// compatibility. As of May 15, 2018 they are the current oldest // compatibility. As of May 15, 2018 they are the current oldest
...@@ -152,11 +153,14 @@ module.exports = function (config) { ...@@ -152,11 +153,14 @@ module.exports = function (config) {
recordScreenshots: false, recordScreenshots: false,
captureTimeout: 120000 captureTimeout: 120000
}, },
browserNoActivityTimeout: 120000,
reporters: [ reporters: [
...karmaConfig.reporters, ...karmaConfig.reporters,
'saucelabs' 'saucelabs'
], ],
browsers: [ browsers: [
...karmaConfig.browsers,
'sl_safari10_mac', 'sl_safari10_mac',
'sl_safari10_iphone7', // two tests failing 'sl_safari10_iphone7', // two tests failing
'sl_edge16_windows10', 'sl_edge16_windows10',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment