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

Unified Diff: test/browser/language_tests.js

Issue 1974873003: Double timeout for slow tests to reduce flakiness seen on travis. (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: test/browser/language_tests.js
diff --git a/test/browser/language_tests.js b/test/browser/language_tests.js
index 0346a4bff3a7cbe369af91310776971c7e67d596..a0a99c18259dd0551790f3691d55c5876a0eaf94 100644
--- a/test/browser/language_tests.js
+++ b/test/browser/language_tests.js
@@ -752,7 +752,7 @@
let mainLibrary = dart_library.import(module)[name];
let negative = /negative_test/.test(name);
- if (has('slow')) this.timeout(5000);
+ if (has('slow')) this.timeout(10000);
if (has('fail')) {
let e = protect(mainLibrary.main);
if (negative) {
« 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