mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
ci: extend test timeout to 60m (#7647)
This commit is contained in:
parent
457df2364b
commit
760c608745
2 changed files with 4 additions and 4 deletions
6
.circleci/config.yml
generated
6
.circleci/config.yml
generated
|
|
@ -210,7 +210,7 @@ jobs:
|
|||
VAULT_ACC= \
|
||||
gotestsum --format=short-verbose --junitfile test-results/go-test/results.xml -- \
|
||||
-tags "${GO_TAGS}" \
|
||||
-timeout=40m \
|
||||
-timeout=60m \
|
||||
-parallel=20 \
|
||||
\
|
||||
${package_names}
|
||||
|
|
@ -280,7 +280,7 @@ jobs:
|
|||
VAULT_ACC= \
|
||||
gotestsum --format=short-verbose --junitfile test-results/go-test/results.xml -- \
|
||||
-tags "${GO_TAGS}" \
|
||||
-timeout=40m \
|
||||
-timeout=60m \
|
||||
-parallel=20 \
|
||||
-race \
|
||||
${package_names}
|
||||
|
|
@ -378,7 +378,7 @@ workflows:
|
|||
# VAULT_ACC= \\
|
||||
# gotestsum --format=short-verbose --junitfile test-results/go-test/results.xml -- \\
|
||||
# -tags \"${GO_TAGS}\" \\
|
||||
# -timeout=40m \\
|
||||
# -timeout=60m \\
|
||||
# -parallel=20 \\
|
||||
# << parameters.extra_flags >> \\
|
||||
# ${package_names}
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ steps:
|
|||
VAULT_ACC= \
|
||||
gotestsum --format=short-verbose --junitfile test-results/go-test/results.xml -- \
|
||||
-tags "${GO_TAGS}" \
|
||||
-timeout=40m \
|
||||
-timeout=60m \
|
||||
-parallel=20 \
|
||||
<< parameters.extra_flags >> \
|
||||
${package_names}
|
||||
|
|
|
|||
Loading…
Reference in a new issue