Increase timeout
This commit is contained in:
parent
554d5b3cab
commit
4a1ebd3034
|
|
@ -536,7 +536,7 @@ pub async fn fetch_candle_delay(
|
||||||
let instant_func = Instant::now();
|
let instant_func = Instant::now();
|
||||||
let server_epoch = server_epoch().await;
|
let server_epoch = server_epoch().await;
|
||||||
let client = ClientBuilder::new()
|
let client = ClientBuilder::new()
|
||||||
.timeout(tokio::time::Duration::from_millis(1200))
|
.timeout(tokio::time::Duration::from_millis(5000))
|
||||||
.build()
|
.build()
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user