ci: extend test timeout to 60m (#7647)

This commit is contained in:
Calvin Leung Huang 2019-10-14 08:51:53 -07:00 committed by GitHub
parent 457df2364b
commit 760c608745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
.circleci/config.yml generated
View file

@ -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}

View file

@ -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}