mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-12 09:26:51 +00:00
Attempt workaround for #247
This commit is contained in:
parent
affe4300e8
commit
fba5b7fed4
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ macro_rules! serai_test {
|
|||
while Serai::new(URL).await.unwrap().get_latest_block_hash().await.is_err() {
|
||||
tokio::time::sleep(Duration::from_secs(1)).await;
|
||||
}
|
||||
// TODO: https://github.com/serai-dex/serai/247
|
||||
tokio::time::sleep(Duration::from_secs(5)).await
|
||||
command
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue