| 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..fcf2ce3a2c8b308580bcf3dde5d22566a5306af7 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 = null;
|
| }
|
|
|
| /// Returns whether we're running on a Dart build bot.
|
|
|