Quellcode durchsuchen

Allow the mocha tests to take 6 seconds

Steven Silvester vor 8 Jahren
Ursprung
Commit
c3c2404e8b
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      test/karma.conf.js

+ 5 - 0
test/karma.conf.js

@@ -3,6 +3,11 @@ module.exports = function (config) {
     basePath: '.',
     frameworks: ['mocha'],
     reporters: ['mocha'],
+    client: {
+      mocha: {
+        timeout : 6000 // 6 seconds - upped from 2 seconds
+      }
+    },
     files: [
       '../node_modules/es6-promise/dist/es6-promise.js',
       './build/injector.js',