Skip to content

Commit

Permalink
Update config.yml (#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAkhunov committed Mar 19, 2021
1 parent c03da8f commit bca9650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
Expand Down

0 comments on commit bca9650

Please sign in to comment.