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

Unified Diff: dart/pkg/unittest/lib/src/simple_configuration.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/pkg/unittest/lib/src/configuration.dart ('k') | dart/pkg/unittest/lib/unittest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/unittest/lib/src/simple_configuration.dart
diff --git a/dart/pkg/unittest/lib/src/simple_configuration.dart b/dart/pkg/unittest/lib/src/simple_configuration.dart
index 20172c30195f97c51322c6c15d11f740711a1669..267fd62154e227bdc852c6090b4fc8558a48d51c 100644
--- a/dart/pkg/unittest/lib/src/simple_configuration.dart
+++ b/dart/pkg/unittest/lib/src/simple_configuration.dart
@@ -53,6 +53,7 @@ class SimpleConfiguration extends Configuration {
final _testLogBuffer = <Pair<String, StackTrace>>[];
/// How long a [TestCase] can run before it is considered an error.
+ /// A [timeout] value of [:null:] means that the limit is infinite.
Duration timeout = const Duration(seconds: 20);
/**
« no previous file with comments | « dart/pkg/unittest/lib/src/configuration.dart ('k') | dart/pkg/unittest/lib/unittest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698