mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #9756 from ethereum/circleci_output_timeout
Increase Circle CI no output timeout
This commit is contained in:
commit
0b0c814b49
@ -107,14 +107,17 @@ defaults:
|
|||||||
|
|
||||||
- run_soltest: &run_soltest
|
- run_soltest: &run_soltest
|
||||||
name: soltest
|
name: soltest
|
||||||
|
no_output_timeout: 30m
|
||||||
command: ./.circleci/soltest.sh
|
command: ./.circleci/soltest.sh
|
||||||
|
|
||||||
- run_soltest_all: &run_soltest_all
|
- run_soltest_all: &run_soltest_all
|
||||||
name: soltest_all
|
name: soltest_all
|
||||||
|
no_output_timeout: 30m
|
||||||
command: ./.circleci/soltest_all.sh
|
command: ./.circleci/soltest_all.sh
|
||||||
|
|
||||||
- run_cmdline_tests: &run_cmdline_tests
|
- run_cmdline_tests: &run_cmdline_tests
|
||||||
name: command line tests
|
name: command line tests
|
||||||
|
no_output_timeout: 30m
|
||||||
command: ./test/cmdlineTests.sh
|
command: ./test/cmdlineTests.sh
|
||||||
|
|
||||||
- run_docs_pragma_min_version: &run_docs_pragma_min_version
|
- run_docs_pragma_min_version: &run_docs_pragma_min_version
|
||||||
@ -163,7 +166,6 @@ defaults:
|
|||||||
at: build
|
at: build
|
||||||
- run:
|
- run:
|
||||||
<<: *run_soltest
|
<<: *run_soltest
|
||||||
no_output_timeout: 30m
|
|
||||||
- store_test_results: *store_test_results
|
- store_test_results: *store_test_results
|
||||||
- store_artifacts: *artifacts_test_results
|
- store_artifacts: *artifacts_test_results
|
||||||
|
|
||||||
@ -175,7 +177,6 @@ defaults:
|
|||||||
at: build
|
at: build
|
||||||
- run:
|
- run:
|
||||||
<<: *run_soltest
|
<<: *run_soltest
|
||||||
no_output_timeout: 30m
|
|
||||||
- store_test_results: *store_test_results
|
- store_test_results: *store_test_results
|
||||||
- store_artifacts: *artifacts_test_results
|
- store_artifacts: *artifacts_test_results
|
||||||
|
|
||||||
@ -709,7 +710,6 @@ jobs:
|
|||||||
at: build
|
at: build
|
||||||
- run:
|
- run:
|
||||||
<<: *run_cmdline_tests
|
<<: *run_cmdline_tests
|
||||||
no_output_timeout: 30m
|
|
||||||
- store_test_results: *store_test_results
|
- store_test_results: *store_test_results
|
||||||
- store_artifacts: *artifacts_test_results
|
- store_artifacts: *artifacts_test_results
|
||||||
|
|
||||||
@ -745,6 +745,7 @@ jobs:
|
|||||||
apt-get install -qqy --no-install-recommends nodejs npm cvc4
|
apt-get install -qqy --no-install-recommends nodejs npm cvc4
|
||||||
- run:
|
- run:
|
||||||
name: Test solcjs
|
name: Test solcjs
|
||||||
|
no_output_timeout: 30m
|
||||||
command: |
|
command: |
|
||||||
node --version
|
node --version
|
||||||
npm --version
|
npm --version
|
||||||
|
Loading…
Reference in New Issue
Block a user