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

Unified Diff: dart/sdk/lib/_internal/pub/test/update/git/update_one_locked_test.dart

Issue 23844002: Increase timeout of some pub tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 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/update/git/update_one_locked_test.dart
diff --git a/dart/sdk/lib/_internal/pub/test/update/git/update_one_locked_test.dart b/dart/sdk/lib/_internal/pub/test/update/git/update_one_locked_test.dart
index 42b9239fc01655ff253845ec50808a53bc09cb04..7a1027b83b224107a5c43b66df3b8b943ced98bb 100644
--- a/dart/sdk/lib/_internal/pub/test/update/git/update_one_locked_test.dart
+++ b/dart/sdk/lib/_internal/pub/test/update/git/update_one_locked_test.dart
@@ -6,9 +6,11 @@ library pub_tests;
import '../../descriptor.dart' as d;
import '../../test_pub.dart';
+import 'package:unittest/unittest.dart' show unittestConfiguration;
main() {
initConfig();
+ unittestConfiguration.timeout = const Duration(seconds: 60);
integration("updates one locked Git package but no others", () {
ensureGit();

Powered by Google App Engine
This is Rietveld 408576698