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

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: Null means infinite timeout. 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..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.
« 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