-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): extend 'go test' timeout to 20 min (#599)
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)
- Loading branch information
Showing
2 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters