Skip to content

Commit

Permalink
KUBE-440: increase go e2e test timeout to 30m (#155)
Browse files Browse the repository at this point in the history
Co-authored-by: Damian Czaja <[email protected]>
  • Loading branch information
Trojan295 and Damian Czaja authored Oct 29, 2024
1 parent 16608dd commit 4a3f219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
CASTAI_API_TOKEN: ${{ secrets.CASTAI_API_TOKEN }}
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
run: |
go test ./e2e
go test -timeout 30m ./e2e

0 comments on commit 4a3f219

Please sign in to comment.