mirror of https://github.com/grafana/grafana.git
Fix build on RPi. Building from source timesout on karma tests so increase timeouts
This commit is contained in:
parent
034244217f
commit
92f5f8dced
|
|
@ -24,9 +24,10 @@ module.exports = function(config) {
|
|||
logLevel: config.LOG_INFO,
|
||||
autoWatch: true,
|
||||
browsers: ['PhantomJS'],
|
||||
captureTimeout: 2000,
|
||||
captureTimeout: 20000,
|
||||
singleRun: true,
|
||||
autoWatchBatchDelay: 1000,
|
||||
autoWatchBatchDelay: 10000,
|
||||
browserNoActivityTimeout: 60000,
|
||||
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue