Skip to content

Commit

Permalink
test(core): increase test timeout for HW devices
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
romanz committed Feb 5, 2025
1 parent 6865f05 commit 89ee882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/device_tests/bitcoin/test_authorize_coinjoin.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def test_sign_tx_large(client: Client):
own_output_count = 30
total_output_count = 1200
output_denom = 10_000 # sats
max_expected_delay = 60 # seconds
max_expected_delay = 80 # seconds

with client:
btc.authorize_coinjoin(
Expand Down

0 comments on commit 89ee882

Please sign in to comment.