From 2a1282560d902560d45160d36883117c7c867b0b Mon Sep 17 00:00:00 2001 From: David Salami <31099392+Wizdave97@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:36:24 +0100 Subject: [PATCH] increase wait time for arbitrum state machine updates (#38) --- relayer/src/cli.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/relayer/src/cli.rs b/relayer/src/cli.rs index 3c227c976..b9ba881ec 100644 --- a/relayer/src/cli.rs +++ b/relayer/src/cli.rs @@ -163,8 +163,8 @@ impl Cli { arbitrum, Some(relayer.clone()), // Average time between arbitrum updates on hyperbridge is about an hour and some - // minutes We add extra 25 minutes buffer - Some(Duration::from_secs(60 * 70)), + // minutes We add extra 15 minutes buffer + Some(Duration::from_secs(60 * 75)), None, ))); let mut hyperbridge = hyperbridge_config