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

Unified Diff: dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_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
« no previous file with comments | « no previous file | dart/sdk/lib/_internal/pub/test/update/git/update_one_locked_test.dart » ('j') | 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/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 82361ce22db046f03271b07a7892d138b8ff7011..1f35e36b9ae6dad90da95150ac7a5965292fd38a 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,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);
nweiz 2013/09/03 18:29:41 Rather than setting the timeout to a larger consta
integration("doesn't update one locked Git package's dependencies if it's "
"not necessary", () {
ensureGit();
« no previous file with comments | « no previous file | 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