Backport of increasing unit tests timeout from 10m to 30m into release/1.16.x (#19425)

backport of commit 26cb1f6acfab3c3e35d06ae27683a2ac3399aa1f

Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
This commit is contained in:
hc-github-team-consul-core 2023-11-09 13:37:17 -06:00 committed by GitHub
parent 7c080d5fa1
commit 2a7a87e67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -130,7 +130,8 @@ jobs:
--junitfile ${{env.TEST_RESULTS}}/gotestsum-report.xml -- \ --junitfile ${{env.TEST_RESULTS}}/gotestsum-report.xml -- \
-tags="${{env.GOTAGS}}" -p 2 \ -tags="${{env.GOTAGS}}" -p 2 \
${GO_TEST_FLAGS-} \ ${GO_TEST_FLAGS-} \
-cover -coverprofile=coverage.txt -cover -coverprofile=coverage.txt \
-timeout=30m
# NOTE: ENT specific step as we store secrets in Vault. # NOTE: ENT specific step as we store secrets in Vault.
- name: Authenticate to Vault - name: Authenticate to Vault

View File

@ -108,7 +108,8 @@ jobs:
--junitfile ${{env.TEST_RESULTS}}/gotestsum-report.xml -- \ --junitfile ${{env.TEST_RESULTS}}/gotestsum-report.xml -- \
-tags="${{env.GOTAGS}}" \ -tags="${{env.GOTAGS}}" \
${GO_TEST_FLAGS-} \ ${GO_TEST_FLAGS-} \
-cover -coverprofile=coverage.txt -cover -coverprofile=coverage.txt \
-timeout=30m
# NOTE: ENT specific step as we store secrets in Vault. # NOTE: ENT specific step as we store secrets in Vault.
- name: Authenticate to Vault - name: Authenticate to Vault