Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: dart/sdk/lib/_internal/pub/test/test_pub.dart

Issue 23444032: Pub integration tests sometimes need more than 20 seconds. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « dart/sdk/lib/_internal/pub/pub.status ('k') | dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698