Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Unified Diff: karma.conf.js

Issue 1973763002: increase mocha timeout (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: karma.conf.js
diff --git a/karma.conf.js b/karma.conf.js
index 01d2cb5ea4d7fc25b777fa077e1ff51f9899956f..847572637734d93b7889b20c41518815f1764e69 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -48,7 +48,8 @@ module.exports = function(config) {
client: {
captureConsole: false,
mocha: {
- ui: 'tdd'
+ ui: 'tdd',
+ timeout : 6000
},
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698