Skip to content

Commit

Permalink
build: increase capture timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
PK1A committed Mar 21, 2014
1 parent a3ad1cd commit 31a8c66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gruntfile.js
Expand Up @@ -180,12 +180,14 @@ module.exports = function (grunt) {
transports: ['xhr-polling'],
singleRun: true,
browserNoActivityTimeout: 20000,
captureTimeout: 120000,
browsers: ['SL_IE_8', 'SL_IE_9', 'SL_IE_10', 'SL_IE_11', 'SL_Safari_6', 'SL_Safari_7', 'SL_Firefox', 'SL_Chrome', 'ANDROID'],
reporters: ['dots', 'saucelabs']
},
sauce: {
singleRun: true,
browserNoActivityTimeout: 20000,
captureTimeout: 120000,
browsers: ['SL_IE_8', 'SL_IE_9', 'SL_IE_10', 'SL_IE_11', 'SL_Safari_6', 'SL_Safari_7', 'SL_Firefox', 'SL_Chrome', 'ANDROID'],
reporters: ['dots', 'saucelabs']
}
Expand Down

0 comments on commit 31a8c66

Please sign in to comment.