mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-01 07:42:31 +00:00
Merge pull request #69 from jhoenicke/master
Unit Test: PIN protection timeout
This commit is contained in:
commit
5fc6dc3155
@ -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…
Reference in New Issue
Block a user