We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e207181 + 594638f commit 8909002Copy full SHA for 8909002
.github/actions/test-provider-tfe/action.yml
@@ -116,7 +116,7 @@ runs:
116
MOD_TFE: github.com/hashicorp/terraform-provider-tfe/internal/provider
117
MOD_VERSION: github.com/hashicorp/terraform-provider-tfe/version
118
run: |
119
- gotestsum --junitfile summary.xml --format short-verbose -- $MOD_PROVIDER $MOD_TFE $MOD_VERSION -v -timeout=30m -run "${{ steps.test_split.outputs.run }}"
+ gotestsum --junitfile summary.xml --format short-verbose -- $MOD_PROVIDER $MOD_TFE $MOD_VERSION -v -timeout=60m -run "${{ steps.test_split.outputs.run }}"
120
121
- name: Upload test artifacts
122
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
0 commit comments