Browse Source

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

backport of commit 26cb1f6acf

Co-authored-by: John Murret <john.murret@hashicorp.com>
pull/19596/head
hc-github-team-consul-core 1 year ago committed by GitHub
parent
commit
ada856ab10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/reusable-unit-split.yml
  2. 3
      .github/workflows/reusable-unit.yml

3
.github/workflows/reusable-unit-split.yml

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

3
.github/workflows/reusable-unit.yml

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

Loading…
Cancel
Save