From 900dc745055fc133388f0a73c397c1e741f163fe Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Tue, 6 Mar 2018 12:22:57 -0800 Subject: [PATCH] Set circle timeout to 5 minutes This way when resources are in use (eg, at midnight when many cron jobs get run) the CI server is less likely to timeout due to resource starvation. This is pretty much an analogue to the recent travis PR; it just doesn't happen as often on circle (seems like it's only happened while executing `user` tests during `cron`). --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 63e6fcedc0fc6..5cf25f502a789 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,6 +65,7 @@ workflows: base: &base environment: - workerCount: 4 + - timeout: 400000 steps: - checkout - run: |