Skip to content

Commit

Permalink
increase wait time for arbitrum state machine updates (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 authored Nov 1, 2023
1 parent 2f2ec05 commit 2a12825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relayer/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a12825

Please sign in to comment.