defaultTestTimeout property

  1. @override
Timeout defaultTestTimeout
getter/setter pairoverride-getter

The value of defaultTestTimeout can be set to None to enable debugging flutter tests where we would not want to timeout the test. This is expected to be used by test tooling which can detect debug mode.

Implementation

@override
test_package.Timeout defaultTestTimeout = const test_package.Timeout(Duration(minutes: 10));