Index: dart/pkg/unittest/lib/src/configuration.dart |
diff --git a/dart/pkg/unittest/lib/src/configuration.dart b/dart/pkg/unittest/lib/src/configuration.dart |
index 1862bf5464ca2a210502cf354acbe411984e26c7..d8d6c81a84d2bc9b227518b42c848b68b812d298 100644 |
--- a/dart/pkg/unittest/lib/src/configuration.dart |
+++ b/dart/pkg/unittest/lib/src/configuration.dart |
@@ -29,6 +29,7 @@ abstract class Configuration { |
bool get autoStart => true; |
/// How long a [TestCase] can run before it is considered an error. |
+ /// A [timeout] value of [:null:] means that the limit is infinite. |
Duration get timeout => const Duration(seconds: 20); |
/** |