diff --git a/test/karma.conf.js b/test/karma.conf.js index 6c63217..86715ab 100644 --- a/test/karma.conf.js +++ b/test/karma.conf.js @@ -57,8 +57,8 @@ browsers : ['Firefox'], // If browser does not capture in given timeout [ms], kill it - // CLI --capture-timeout 5000 - captureTimeout : 5000, + // CLI --capture-timeout 60000 + captureTimeout : 60000, // Auto run tests on start (when browsers are captured) and exit // CLI --single-run --no-single-run