Skip to content

Commit

Permalink
shorter sleep in test_wallet_subscription_swap
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jul 8, 2024
1 parent e9112e7 commit 33326e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wallet_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def callback(msg: JSONRPCNotficationParams):

_ = await wallet.split_to_send(wallet.proofs, 64)

wait = 2
wait = 1
await asyncio.sleep(wait)
assert triggered

Expand Down

0 comments on commit 33326e2

Please sign in to comment.