| Index: tools/testing/dart/test_options.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_options.dart (revision 12420)
|
| +++ tools/testing/dart/test_options.dart (working copy)
|
| @@ -551,6 +551,9 @@
|
| if (configuration['host_checked']) {
|
| timeout *= 16;
|
| }
|
| + if (configuration['checked']) {
|
| + timeout *= 2;
|
| + }
|
| if (Contains(configuration['runtime'],
|
| const ['ie', 'ff', 'chrome', 'safari', 'opera'])) {
|
| timeout *= 8; // Allow additional time for browser testing to run.
|
|
|