diff --git a/example/test_driver/main_test.dart b/example/test_driver/main_test.dart index fa8141ad..eab24f9f 100644 --- a/example/test_driver/main_test.dart +++ b/example/test_driver/main_test.dart @@ -44,6 +44,6 @@ void main() { // increase timeout from 30 seconds for testing // on slow running emulators in cloud - }, timeout: Timeout(Duration(seconds: 60))); + }, timeout: Timeout(Duration(seconds: 120))); }); }