mirror of https://github.com/hashicorp/consul
increasing unit tests timeout from 10m to 30m (#19423)
parent
f0cf8f2f40
commit
3350a91fa0
|
@ -130,7 +130,8 @@ jobs:
|
||||||
--packages="$PACKAGE_NAMES" \
|
--packages="$PACKAGE_NAMES" \
|
||||||
--junitfile ${{env.TEST_RESULTS}}/gotestsum-report.xml -- \
|
--junitfile ${{env.TEST_RESULTS}}/gotestsum-report.xml -- \
|
||||||
-tags="${{env.GOTAGS}}" \
|
-tags="${{env.GOTAGS}}" \
|
||||||
-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
|
||||||
|
|
|
@ -109,7 +109,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
|
||||||
|
|
Loading…
Reference in New Issue