diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-03-13 20:01:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 20:01:55 +0100 |
| commit | cf795408744a6c802912506984c1fd759cd35eb6 (patch) | |
| tree | 22f42721dc7fd85b5d9d03df66544532fa139ac4 | |
| parent | ff5e1eb8acdf4b7ff9a959501113a9b371b766eb (diff) | |
| parent | cdeeed8dec647fc6063416f5194336b687d93dec (diff) | |
Rollup merge of #122425 - Kobzol:new-bors-update-timeout, r=lqd
Increase timeout for new bors bot 2 hours isn't enough even to run an uncached try build.. :) r? ``@Mark-Simulacrum``
| -rw-r--r-- | rust-bors.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-bors.toml b/rust-bors.toml index 54f4f641248..f27eb239367 100644 --- a/rust-bors.toml +++ b/rust-bors.toml @@ -1 +1 @@ -timeout = 7200 +timeout = 14400 |
