-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Adjust timeout for devicelab tests #156553
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
auto label is removed for flutter/flutter/156553, due to - The status or check suite Linux analyze has failed. Please fix the issues identified (or deflake) before re-applying this label. |
auto label is removed for flutter/flutter/156553, due to - The status or check suite Windows tool_integration_tests_2_9 has failed. Please fix the issues identified (or deflake) before re-applying this label. |
auto label is removed for flutter/flutter/156553, due to - The status or check suite Mac tool_integration_tests_4_5 has failed. Please fix the issues identified (or deflake) before re-applying this label. |
Fixes #156456 There is a known long running test that has been bumping up against the default timeout. This adjusts the perTestTimeout for the devicelab tests to add 15 seconds to stop this from flaking. The test is question: https://github.com/flutter/flutter/blob/82ebb74c6411afc55a8b0937535d6baeb03ea826/dev/devicelab/test/run_test.dart#L76 `test/run_test.dart: run.dart script prints a message after a few seconds when failing to connect (this test takes >10s)`
Fixes #156456
There is a known long running test that has been bumping up against the default timeout. This adjusts the perTestTimeout for the devicelab tests to add 15 seconds to stop this from flaking.
The test is question:
flutter/dev/devicelab/test/run_test.dart
Line 76 in 82ebb74
test/run_test.dart: run.dart script prints a message after a few seconds when failing to connect (this test takes >10s)
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.