Index: pkg/unittest/lib/src/simple_configuration.dart |
diff --git a/pkg/unittest/lib/src/simple_configuration.dart b/pkg/unittest/lib/src/simple_configuration.dart |
index 78c303eef81579bab9ec09329a7adbfb33a3dec1..1056ad385ba8b89b1aebbc8e174d00c6a2bc21e5 100644 |
--- a/pkg/unittest/lib/src/simple_configuration.dart |
+++ b/pkg/unittest/lib/src/simple_configuration.dart |
@@ -52,10 +52,6 @@ class SimpleConfiguration extends Configuration { |
// we do with this List. |
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(minutes: 2); |
- |
/** |
* The constructor sets up a failure handler for [expect] that redirects |
* [expect] failures to [onExpectFailure]. |