Merge pull request #574 from iirelu/dev

Changed karma to have a 60,000 ms capture timeout
This commit is contained in:
Chad Engler 2014-02-12 17:30:48 -08:00
commit 86e3e0a003

View file

@ -57,8 +57,8 @@ module.exports = function(config) {
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