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

Unified Diff: dart/sdk/lib/_internal/pub/test/update/git/update_one_locked_test.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
« no previous file with comments | « dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5b5c837197f3e897665a6fb5f97ce09fcd13862b..42b9239fc01655ff253845ec50808a53bc09cb04 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,11 +6,9 @@ library pub_tests;
import '../../descriptor.dart' as d;
import '../../test_pub.dart';
-import 'package:unittest/unittest.dart' as unittest;
main() {
initConfig();
- unittest.unittestConfiguration.timeout = const Duration(seconds: 60);
integration("updates one locked Git package but no others", () {
ensureGit();
« no previous file with comments | « dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698