diff --git a/.circleci/config.yml b/.circleci/config.yml index a4a5b221f2d..02b10839b5e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" }}