diff --git a/trezorlib/tests/device_tests/test_protect_call.py b/trezorlib/tests/device_tests/test_protect_call.py index 8656d6365..e0986b6d5 100644 --- a/trezorlib/tests/device_tests/test_protect_call.py +++ b/trezorlib/tests/device_tests/test_protect_call.py @@ -135,7 +135,7 @@ class TestProtectCall(TrezorTest): print(msg) assert got >= expected - for attempt in range(1, 6): + for attempt in range(1, 4): start = time.time() with pytest.raises(PinException): self._some_protected_call(False, True, False)