-
Notifications
You must be signed in to change notification settings - Fork 29.8k
[flutter_conductor] Extend timeout for codesign integration test #100940
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
[flutter_conductor] Extend timeout for codesign integration test #100940
Conversation
3faf094 to
e2560b2
Compare
|
|
||
| // This test clones the framework and downloads pre-built binaries; it sometimes | ||
| // times out with the default 5 minutes: https://github.com/flutter/flutter/issues/100937 | ||
| @Timeout(Duration(minutes: 10)) |
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.
It seems like the bot got throttled from GitHub and that's why this flakes.
It'd be nice if we could make conductor checkout against GoB, and then set the upstream back to GitHub.
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.
that wouldn't work pre-submit
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.
well, i guess it could fallback.
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.
Wouldn't it work in this case? Or is the assumption this test might have a breaking change where you need the changes in presubmit? If so, we could copy the current framework checkout to a tmp folder.
goderbauer
left a comment
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
Fixes #100937