mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 21:22:10 +00:00
test(storage): increase timeout for test_random
This commit is contained in:
parent
8965ad68f2
commit
31f4e4f3db
@ -1,10 +1,13 @@
|
||||
import hypothesis.strategies as st
|
||||
import pytest
|
||||
from hypothesis import assume, settings
|
||||
from hypothesis.stateful import Bundle, RuleBasedStateMachine, invariant, rule
|
||||
|
||||
from . import common
|
||||
from .storage_model import StorageModel
|
||||
|
||||
pytestmark = pytest.mark.timeout(timeout=1500)
|
||||
|
||||
|
||||
class StorageComparison(RuleBasedStateMachine):
|
||||
def __init__(self):
|
||||
|
Loading…
Reference in New Issue
Block a user