mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-08 09:08:46 +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 hypothesis.strategies as st
|
||||||
|
import pytest
|
||||||
from hypothesis import assume, settings
|
from hypothesis import assume, settings
|
||||||
from hypothesis.stateful import Bundle, RuleBasedStateMachine, invariant, rule
|
from hypothesis.stateful import Bundle, RuleBasedStateMachine, invariant, rule
|
||||||
|
|
||||||
from . import common
|
from . import common
|
||||||
from .storage_model import StorageModel
|
from .storage_model import StorageModel
|
||||||
|
|
||||||
|
pytestmark = pytest.mark.timeout(timeout=1500)
|
||||||
|
|
||||||
|
|
||||||
class StorageComparison(RuleBasedStateMachine):
|
class StorageComparison(RuleBasedStateMachine):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user