-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Failing Test]: Building a wheel for integration tests sometimes times out #28703
Comments
Reading through the documentation for |
What if we retry a limited # of times? |
Is this still observed? |
Yes, still happening:
|
I think timeout 30sec is hardcoded in: Beam code where we can have some retry logic: Line 96 in 3182273
|
Filed pypa/cibuildwheel#1692 for CIBuildWheel folks. |
Added a retry logic. Let's reopen if we see it again. |
What happened?
We are hitting subprocess.TimeoutExpired within cibuildwheel:
We could perhaps add a retry around cibuildwheel call.
Issue Failure
Failure: Test is flaky
Issue Priority
Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be sure the product is healthy)
Issue Components
The text was updated successfully, but these errors were encountered: