Skip to content

Commit 8dd6d64

Browse files
authored
fix(ci): Increase go test timeout to 25m
1 parent d810b90 commit 8dd6d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: Terraform Provider Acceptance Tests
5151
needs: build
5252
runs-on: ubuntu-latest
53-
timeout-minutes: 15
53+
timeout-minutes: 25
5454
strategy:
5555
fail-fast: false
5656
matrix:

0 commit comments

Comments
 (0)