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

Unified Diff: dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_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
Index: dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart
diff --git a/dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart b/dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart
index 54c1a7120007e34f0a85840d621fafc200f008f4..82361ce22db046f03271b07a7892d138b8ff7011 100644
--- a/dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart
+++ b/dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_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("doesn't update one locked Git package's dependencies if it's "
"not necessary", () {
ensureGit();
« no previous file with comments | « dart/sdk/lib/_internal/pub/test/test_pub.dart ('k') | dart/sdk/lib/_internal/pub/test/update/git/update_one_locked_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698