Explorar o código

Allow the mocha tests to take 6 seconds

Steven Silvester %!s(int64=8) %!d(string=hai) anos
pai
achega
c3c2404e8b
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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',