From 9e9d3e53a7b57bbbff03c214f6563b47a361ae9b Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Sat, 6 Feb 2021 15:57:13 -0600 Subject: [PATCH] CI: CircleCI seems to occasionally time out, increase the limit CircleCI seems to default to a 10 minute timeout on no output, simply increase it to 30 minutes to ensure the build should succeed. It seems the build does take 25+ minutes (maybe depending on the machine it runs on). Technically, 30 minutes is probably more than necessary, since there is a print in the middle, but that is just a warning that could go away at some point. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9324de943607..ea50ca84fa52 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,6 +62,7 @@ jobs: - run: name: build devdocs + no_output_timeout: 30m command: | . venv/bin/activate cd doc