Restore original 60m timeout.
This commit is contained in:
parent
5f4aeb0948
commit
326a607116
10
.circleci/config.yml
generated
10
.circleci/config.yml
generated
|
@ -776,7 +776,7 @@ jobs:
|
|||
--jsonfile test-results/go-test/results.json \
|
||||
-- \
|
||||
-tags "${GO_TAGS}" \
|
||||
-timeout=15m \
|
||||
-timeout=60m \
|
||||
-parallel=20 \
|
||||
\
|
||||
${package_names}
|
||||
|
@ -969,7 +969,7 @@ jobs:
|
|||
--jsonfile test-results/go-test/results.json \
|
||||
-- \
|
||||
-tags "${GO_TAGS}" \
|
||||
-timeout=15m \
|
||||
-timeout=60m \
|
||||
-parallel=20 \
|
||||
-race \
|
||||
${package_names}
|
||||
|
@ -1368,7 +1368,7 @@ jobs:
|
|||
--jsonfile test-results/go-test/results.json \
|
||||
-- \
|
||||
-tags "${GO_TAGS}" \
|
||||
-timeout=15m \
|
||||
-timeout=60m \
|
||||
-parallel=20 \
|
||||
\
|
||||
${package_names}
|
||||
|
@ -1507,7 +1507,7 @@ jobs:
|
|||
--jsonfile test-results/go-test/results.json \
|
||||
-- \
|
||||
-tags "${GO_TAGS}" \
|
||||
-timeout=15m \
|
||||
-timeout=60m \
|
||||
-parallel=20 \
|
||||
\
|
||||
${package_names}
|
||||
|
@ -2084,7 +2084,7 @@ jobs:
|
|||
--jsonfile test-results/go-test/results.json \
|
||||
-- \
|
||||
-tags "${GO_TAGS}" \
|
||||
-timeout=15m \
|
||||
-timeout=60m \
|
||||
-parallel=20 \
|
||||
-race \
|
||||
${package_names}
|
||||
|
|
|
@ -101,7 +101,7 @@ steps:
|
|||
--jsonfile test-results/go-test/results.json \
|
||||
-- \
|
||||
-tags "${GO_TAGS}" \
|
||||
-timeout=15m \
|
||||
-timeout=60m \
|
||||
-parallel=20 \
|
||||
<< parameters.extra_flags >> \
|
||||
${package_names}
|
||||
|
|
Loading…
Reference in a new issue