-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test timed out after 30 seconds error #8
Comments
@blackmenthor would you please share the entire test file with me, and the stack trace, so I can have more information about the real problem? Thanks! |
and for the stacktrace is [info ] FlutterDriver: Connecting to Flutter application at http://127.0.0.1:50333/ 00:31 +0 -1: Change Password (tearDownAll) Unhandled exception: like that, then the code will stops at taking screenshot M or N and i'm assuming that happens because when i took too much screen shot at one test. |
The problem is not in Ozzie, it is on the Flutter test package: from your stacktrace, you can see that You can see that in code here: https://github.com/dart-lang/test/blob/7555efe8cab11fea89a22685c6c2198c81a58c2b/lib/src/backend/invoker.dart#L286 I believe each test case has a time out of 30 seconds. If you think this is a constraint, I recommend opening an issue either for I am closing this issue since it is unrelated to Ozzie. |
|
Hi,
I've encountered some error when doing so much screenshots (after every taps or after every text entered), has anybody encountered the same problem??
But the problem actually didn't show up on every test. Maybe it just shows up after 2 or 3 test and it's so weird.
`await driver.tap(flutter_driver.find.byValueKey("Login"));
the test goes normal for a b c and sometimes stops on D and got an exception
The text was updated successfully, but these errors were encountered: