Skip to content

Commit 9e34eb8

Browse files
committed
Bump the test suite timeout to 60m
1 parent 8a5445e commit 9e34eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test-provider-tfe/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ runs:
116116
MOD_TFE: github.com/hashicorp/terraform-provider-tfe/internal/provider
117117
MOD_VERSION: github.com/hashicorp/terraform-provider-tfe/version
118118
run: |
119-
gotestsum --junitfile summary.xml --format short-verbose -- $MOD_PROVIDER $MOD_TFE $MOD_VERSION -v -timeout=30m -run "${{ steps.test_split.outputs.run }}"
119+
gotestsum --junitfile summary.xml --format short-verbose -- $MOD_PROVIDER $MOD_TFE $MOD_VERSION -v -timeout=60m -run "${{ steps.test_split.outputs.run }}"
120120
121121
- name: Upload test artifacts
122122
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6

0 commit comments

Comments
 (0)