diff --git a/src/coin_health_check_team/request_candles.rs b/src/coin_health_check_team/request_candles.rs index 97c3972..a53a0b4 100644 --- a/src/coin_health_check_team/request_candles.rs +++ b/src/coin_health_check_team/request_candles.rs @@ -536,7 +536,7 @@ pub async fn fetch_candle_delay( let instant_func = Instant::now(); let server_epoch = server_epoch().await; let client = ClientBuilder::new() - .timeout(tokio::time::Duration::from_millis(1200)) + .timeout(tokio::time::Duration::from_millis(5000)) .build() .unwrap();