浏览代码

Fix build on RPi. Building from source timesout on karma tests so increase timeouts

timstanley1985 9 年之前
父节点
当前提交
92f5f8dced
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      karma.conf.js

+ 3 - 2
karma.conf.js

@@ -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,
 
   });