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

Unified Diff: tools/test.py

Issue 8536046: Don't increase default timeouts in frogium tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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: tools/test.py
diff --git a/tools/test.py b/tools/test.py
index 2347f498d8df170f7b8f1f66c0e28a4cc4761fc6..efca93ab4f2c00227c9243bcbc17f2c467d101eb 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -1243,8 +1243,6 @@ def ProcessOptions(options):
options.timeout *= 4
elif 'chromium' in options.component:
options.timeout *= 4
- elif 'frogium' in options.component:
- options.timeout *= 4
elif 'dartium' in options.component:
options.timeout *= 4
elif 'debug' in options.mode:
« 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