Increase timeout

This commit is contained in:
Sik Yoon 2023-12-02 23:27:36 +09:00
parent 554d5b3cab
commit 4a1ebd3034

View File

@ -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();