Skip to content
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

fix(ci): extend 'go test' timeout to 20 min #599

Merged
merged 3 commits into from
Jan 13, 2025

Conversation

jharley
Copy link
Collaborator

@jharley jharley commented Jan 13, 2025

We've had some CI runs fail with timeouts against the EU region: likely the increased latency just having things take that much longer.

A previous attempt to extend the timeout of the integration test step in the GHA Workflow forgot that the default timeout for go test is 10 minutes 🙃. This extends that to 20 for the provider's integration tests and adjusts the GHA timeout-minutes values (as the default is 360 minutes)

Fly by fix for the "Validate Examples" job which started failing due to the update to ubuntu-latest from what I can tell (which no longer has terraform installed by default)

@jharley jharley added the bug label Jan 13, 2025
@jharley jharley requested a review from a team as a code owner January 13, 2025 16:53
@jharley jharley merged commit 68897f3 into main Jan 13, 2025
6 checks passed
@jharley jharley deleted the jharley.fix-gha-test-timeout branch January 13, 2025 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants