mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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,
|
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,
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user