Ver Fonte

Allow the mocha tests to take 6 seconds

Steven Silvester há 8 anos atrás
pai
commit
c3c2404e8b
1 ficheiros alterados com 5 adições e 0 exclusões
  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',