defaultTestTimeout property
The default test timeout for tests when using this binding.
This controls the default for the timeout
argument on testWidgets. It
is 10 minutes for AutomatedTestWidgetsFlutterBinding (tests running
using flutter test
), and unlimited for tests using
LiveTestWidgetsFlutterBinding (tests running using flutter run
).
Implementation
test_package.Timeout get defaultTestTimeout;