Skip to content

Commit

Permalink
chore: add sleep between quote and mint
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Oct 2, 2024
1 parent 48ac30b commit e54548b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/cdk-integration-tests/tests/fake_wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ async fn test_fake_melt_change_in_quote() -> Result<()> {

let mint_quote = wallet.mint_quote(100.into(), None).await?;

sleep(Duration::from_millis(5)).await;

let _mint_amount = wallet
.mint(&mint_quote.id, SplitTarget::default(), None)
.await?;
Expand Down

0 comments on commit e54548b

Please sign in to comment.