Chromium Code Reviews| Index: dart/sdk/lib/_internal/pub/test/test_pub.dart |
| diff --git a/dart/sdk/lib/_internal/pub/test/test_pub.dart b/dart/sdk/lib/_internal/pub/test/test_pub.dart |
| index 7b631842f78ff128ebdb1dee2bdfe2190fbe5da6..c06e41a329c6c16f3cc222301d1ad093b93a531f 100644 |
| --- a/dart/sdk/lib/_internal/pub/test/test_pub.dart |
| +++ b/dart/sdk/lib/_internal/pub/test/test_pub.dart |
| @@ -39,6 +39,7 @@ import 'descriptor.dart' as d; |
| initConfig() { |
| useCompactVMConfiguration(); |
| filterStacks = true; |
| + unittestConfiguration.timeout = const Duration(seconds: 60); |
|
kustermann
2013/09/03 07:32:38
That's not the best thing to do. If this test is r
|
| } |
| /// Returns whether we're running on a Dart build bot. |