1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-07 14:00:57 +00:00

wip: try increase test stability

This commit is contained in:
M1nd3r 2024-12-01 13:52:32 +01:00
parent 495009ed5e
commit 205a77ce56

View File

@ -316,7 +316,7 @@ def client(
try:
session = _raw_client.get_management_session()
wipe_device(session)
sleep(1) # Makes tests more stable (wait for wipe to finish)
sleep(1.5) # Makes tests more stable (wait for wipe to finish)
break
except cryptography.exceptions.InvalidTag:
# Get a new client