Skip to content

Commit

Permalink
test: increase timeout to 120m
Browse files Browse the repository at this point in the history
  • Loading branch information
anvial committed Oct 14, 2024
1 parent 178f657 commit 2144b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ jobs:
- env:
TF_ACC: "1"
TEST_CLOUD: ${{ matrix.action-operator.cloud }}
run: go test -parallel 1 -timeout 40m -v -cover ./internal/provider/
run: go test -parallel 1 -timeout 120m -v -cover ./internal/provider/
timeout-minutes: 40

0 comments on commit 2144b04

Please sign in to comment.