mirror of https://github.com/status-im/consul.git
increasing unit tests timeout from 10m to 30m (#19423)
This commit is contained in:
parent
f0cf8f2f40
commit
3350a91fa0
|
@ -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
|
||||
|
|
|
@ -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…
Reference in New Issue