Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
restore captureTimeout in karma
Browse files Browse the repository at this point in the history
  • Loading branch information
nginnever committed Feb 18, 2016
1 parent 7422118 commit e43fd92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = function (config) {
logLevel: config.LOG_INFO,
autoWatch: false,
browsers: process.env.TRAVIS ? ['Firefox'] : ['Chrome'],
captureTimeout: 60000,
singleRun: true
})
}

0 comments on commit e43fd92

Please sign in to comment.