Commit 23dc85c1 by Torkel Ödegaard

Merge pull request #4628 from timstanley1985/master

Fix build on RPi.  Building from source timesout on karma tests so increase timeouts
parents 338c6b5a 92f5f8dc
...@@ -24,9 +24,10 @@ module.exports = function(config) { ...@@ -24,9 +24,10 @@ module.exports = function(config) {
logLevel: config.LOG_INFO, logLevel: config.LOG_INFO,
autoWatch: true, autoWatch: true,
browsers: ['PhantomJS'], browsers: ['PhantomJS'],
captureTimeout: 2000, captureTimeout: 20000,
singleRun: true, singleRun: true,
autoWatchBatchDelay: 1000, autoWatchBatchDelay: 10000,
browserNoActivityTimeout: 60000,
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment