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`).
This commit is contained in:
Wesley Wigham
2018-03-06 13:02:33 -08:00
committed by GitHub
parent 36b45e3f13
commit 1e06637652

View File

@@ -65,6 +65,7 @@ workflows:
base: &base
environment:
- workerCount: 4
- timeout: 400000
steps:
- checkout
- run: |