| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index 2151a6dd7b2c62fcb57377b89c90e3610e4b3b87..a4abf476111dde3e5259c439fcd60c53350784b6 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -793,14 +793,11 @@ class TestCase extends UniqueObject {
|
| }
|
|
|
| int get timeout {
|
| - return configuration['timeout'] * SLOW_TIMEOUT_MULTIPLIER;
|
| -/*
|
| if (expectedOutcomes.contains(Expectation.SLOW)) {
|
| return configuration['timeout'] * SLOW_TIMEOUT_MULTIPLIER;
|
| } else {
|
| return configuration['timeout'];
|
| }
|
| -*/
|
| }
|
|
|
| String get configurationString {
|
|
|