Attempt workaround for #247

This commit is contained in:
Luke Parker 2023-01-31 07:07:27 -05:00
parent affe4300e8
commit fba5b7fed4
No known key found for this signature in database

View file

@ -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
};