mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Further increase re-attempt timeouts in CI
This commit is contained in:
@@ -136,7 +136,7 @@ impl ReattemptDb {
|
|||||||
|
|
||||||
// 10 minutes, intended for latent environments like the GitHub CI
|
// 10 minutes, intended for latent environments like the GitHub CI
|
||||||
#[cfg(feature = "longer-reattempts")]
|
#[cfg(feature = "longer-reattempts")]
|
||||||
const BASE_REATTEMPT_DELAY: u32 = (10 * 60 * 1000) / tributary::tendermint::TARGET_BLOCK_TIME;
|
const BASE_REATTEMPT_DELAY: u32 = (15 * 60 * 1000) / tributary::tendermint::TARGET_BLOCK_TIME;
|
||||||
|
|
||||||
// 5 minutes for attempts 0 ..= 2, 10 minutes for attempts 3 ..= 5, 15 minutes for attempts > 5
|
// 5 minutes for attempts 0 ..= 2, 10 minutes for attempts 3 ..= 5, 15 minutes for attempts > 5
|
||||||
// Assumes no event will take longer than 15 minutes, yet grows the time in case there are
|
// Assumes no event will take longer than 15 minutes, yet grows the time in case there are
|
||||||
|
|||||||
Reference in New Issue
Block a user