Update config.yml (#1564)

This commit is contained in:
ledgerwatch 2021-03-19 17:36:30 +00:00 committed by GitHub
parent c03da8fb8e
commit bca9650834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ jobs:
command: |
trap "go-junit-report <${TEST_RESULTS}/go-test.out > ${TEST_RESULTS}/go-test-report.xml" EXIT
make test | tee ${TEST_RESULTS}/go-test.out
no_output_timeout: 10m
no_output_timeout: 20m
- save_cache:
key: v1-pkg-cache-{{ arch }}-{{ checksum "go.sum" }}