chore: add sleep between quote and mint

This commit is contained in:
thesimplekid
2024-10-02 08:55:38 +02:00
parent 48ac30b973
commit e54548b125

View File

@@ -334,6 +334,8 @@ async fn test_fake_melt_change_in_quote() -> Result<()> {
let mint_quote = wallet.mint_quote(100.into(), None).await?; let mint_quote = wallet.mint_quote(100.into(), None).await?;
sleep(Duration::from_millis(5)).await;
let _mint_amount = wallet let _mint_amount = wallet
.mint(&mint_quote.id, SplitTarget::default(), None) .mint(&mint_quote.id, SplitTarget::default(), None)
.await?; .await?;