From 9e34eb8651fcb9ba4ef68981b003b17791dd42cb Mon Sep 17 00:00:00 2001 From: simonxmh Date: Fri, 10 Jan 2025 11:22:13 -0500 Subject: [PATCH] Bump the test suite timeout to 60m --- .github/actions/test-provider-tfe/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test-provider-tfe/action.yml b/.github/actions/test-provider-tfe/action.yml index 737ce417a..67e8a2926 100644 --- a/.github/actions/test-provider-tfe/action.yml +++ b/.github/actions/test-provider-tfe/action.yml @@ -116,7 +116,7 @@ runs: MOD_TFE: github.com/hashicorp/terraform-provider-tfe/internal/provider MOD_VERSION: github.com/hashicorp/terraform-provider-tfe/version run: | - 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 }}" - name: Upload test artifacts uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6