We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6206345 commit b2afd7cCopy full SHA for b2afd7c
example/test_driver/main_test.dart
@@ -44,6 +44,6 @@ void main() {
44
45
// increase timeout from 30 seconds for testing
46
// on slow running emulators in cloud
47
- }, timeout: Timeout(Duration(seconds: 60)));
+ }, timeout: Timeout(Duration(seconds: 120)));
48
});
49
}
0 commit comments