Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
chore(travis): give browsers more time to respond
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Dec 4, 2013
1 parent 9481d69 commit 9a81b86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion karma-e2e.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ module.exports = function(config) {
junitReporter: {
outputFile: 'test_out/e2e.xml',
suite: 'E2E'
}
},

browserNoActivityTimeout: 90000
});
};
1 change: 1 addition & 0 deletions karma-shared.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = function(config, specificOptions) {
browsers: ['Chrome'],
browserDisconnectTimeout: 10000,
browserDisconnectTolerance: 2,
browserNoActivityTimeout: 20000,


// SauceLabs config for local development.
Expand Down

0 comments on commit 9a81b86

Please sign in to comment.