Unit Test: PIN protection timeout

Don't expect any minimum timeout on the first PIN entry.
pull/1/head
Jochen Hoenicke 8 years ago
parent 195b7e47e1
commit ad5b693ffa

@ -99,7 +99,7 @@ class TestProtectCall(common.TrezorTest):
def test_backoff(attempts, start): def test_backoff(attempts, start):
if attempts <= 1: if attempts <= 1:
expected = 0.2 expected = 0
else: else:
expected = (2 ** (attempts - 2)) expected = (2 ** (attempts - 2))
got = time.time() - start got = time.time() - start

Loading…
Cancel
Save