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

Commit

Permalink
chore(karma): 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdeboer committed Mar 11, 2014
1 parent 6e56e1d commit 322f2b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ module.exports = function(config) {
autoWatch: false,

// If browser does not capture in given timeout [ms], kill it
captureTimeout: 5000,
captureTimeout: 20000,
// 3 minutes is enough time for dart2js to run
browserNoActivityTimeout: 180000,

plugins: [
'karma-dart',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"url": "https://github.com/angular/angular.dart.git"
},
"devDependencies": {
"karma" : "0.10.10",
"karma-dart" : "0.2.6",
"karma" : "~0.12.0",
"karma-dart" : "~0.2.6",
"karma-script-launcher": "*",
"karma-chrome-launcher": "*",
"karma-firefox-launcher": "*",
"karma-junit-reporter": "0.1.0",
"karma-junit-reporter": "~0.2.1",
"jasmine-node": "*",
"qq": "*"
},
Expand Down

0 comments on commit 322f2b6

Please sign in to comment.