Skip to content

Commit

Permalink
longer delay time for fee bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
nomaxg committed May 29, 2024
1 parent 78b42ef commit 2e53d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencer/src/bin/bridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ async fn get_espresso_balance(
if retry == max_retries {
return Err(err).context("getting account balance");
} else {
sleep(Duration::from_secs(1)).await;
sleep(Duration::from_secs(5)).await;
}
}
}
Expand Down

0 comments on commit 2e53d7a

Please sign in to comment.