Skip to content

Commit 1e06637

Browse files
authored
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`).
1 parent 36b45e3 commit 1e06637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ workflows:
6565
base: &base
6666
environment:
6767
- workerCount: 4
68+
- timeout: 400000
6869
steps:
6970
- checkout
7071
- run: |

0 commit comments

Comments
 (0)