Chromium Code Reviews| Index: tools/testing/dart/test_options.dart |
| =================================================================== |
| --- tools/testing/dart/test_options.dart (revision 13986) |
| +++ tools/testing/dart/test_options.dart (working copy) |
| @@ -563,9 +563,7 @@ |
| if (Contains(configuration['runtime'], |
| const ['ie9', 'ie10', 'ff', 'chrome', 'safari', |
| 'opera'])) { |
| - // TODO(ahe): Restore the timeout to 8 times the original timeout |
| - // when dart2js compile-time performance has improved. |
| - timeout *= 12; // Allow additional time for browser testing to run. |
|
Emily Fortuna
2012/10/23 22:23:48
This file is just a revert of a previous debugging
|
| + timeout *= 8; // Allow additional time for browser testing to run. |
| } |
| break; |
| default: |