From d3c97b0be1f87ec41872a0dee18ec86753722d83 Mon Sep 17 00:00:00 2001 From: Jake Hughes Date: Wed, 10 Feb 2021 10:28:31 +0000 Subject: [PATCH] Bump timeout limit for bors --- bors.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index cfdb4cf5e5c3f..ada9003c9e5f2 100644 --- a/bors.toml +++ b/bors.toml @@ -1,6 +1,6 @@ status = ["buildbot/buildbot-build-script"] -timeout_sec = 600 # 10 minutes +timeout_sec = 3600 # 1 hour # Have bors delete auto-merged branches delete_merged_branches = true