diff --git a/mev-boost-rs/src/relay_mux.rs b/mev-boost-rs/src/relay_mux.rs index a6494996..105bd3b4 100644 --- a/mev-boost-rs/src/relay_mux.rs +++ b/mev-boost-rs/src/relay_mux.rs @@ -27,7 +27,7 @@ const VALIDATOR_REGISTRATION_TIME_OUT_SECS: u64 = 4; // Give relays this amount of time in seconds to return bids. const FETCH_BEST_BID_TIME_OUT_SECS: u64 = 1; // Give relays this amount of time in seconds to respond with a payload. -const FETCH_PAYLOAD_TIME_OUT_SECS: u64 = 1; +const FETCH_PAYLOAD_TIME_OUT_SECS: u64 = 4; #[derive(Debug)] struct AuctionContext {