Skip to content

Commit 8909002

Browse files
committed
Merge remote-tracking branch 'origin/main' into jfreda/add-team-notification-cfg-resource
2 parents e207181 + 594638f commit 8909002

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)