| Index: tools/testing/dart/test_options.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_options.dart (revision 21862)
|
| +++ tools/testing/dart/test_options.dart (working copy)
|
| @@ -608,13 +608,6 @@
|
| timeout *= 2;
|
| }
|
|
|
| - const BROWSERS = const [
|
| - 'ie9', 'ie10', 'ff', 'chrome', 'safari', 'opera'
|
| - ];
|
| -
|
| - if (BROWSERS.contains(configuration['runtime'])) {
|
| - timeout *= 8; // Allow additional time for browser testing to run.
|
| - }
|
| break;
|
| default:
|
| if (configuration['mode'] == 'debug') {
|
|
|