mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-23 23:55:01 +01:00
chore: add sleep between quote and mint
This commit is contained in:
@@ -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?;
|
||||||
|
|||||||
Reference in New Issue
Block a user