소스 검색

Allow the mocha tests to take 6 seconds

Steven Silvester 8 년 전
부모
커밋
c3c2404e8b
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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',