From 1e06637652ffc05c79c05e4112cea7d561cc17a1 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Tue, 6 Mar 2018 13:02:33 -0800 Subject: [PATCH] Set circle timeout to 5 minutes (#22363) 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 63e6fcedc0f..5cf25f502a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,6 +65,7 @@ workflows: base: &base environment: - workerCount: 4 + - timeout: 400000 steps: - checkout - run: |