mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-24 14:20:57 +00:00
tests: raise timeouts for slow tests
This commit is contained in:
parent
88ee780125
commit
066686a20c
@ -370,6 +370,8 @@ class TestMsgSigntx:
|
||||
|
||||
@pytest.mark.setup_client(mnemonic=MNEMONIC12)
|
||||
@pytest.mark.skip_ui
|
||||
@pytest.mark.slow
|
||||
@pytest.mark.timeout(600)
|
||||
def test_lots_of_inputs(self, client):
|
||||
# Tests if device implements serialization of len(inputs) correctly
|
||||
# tx 4a7b7e0403ae5607e473949cfa03f09f2cd8b0f404bf99ce10b7303d86280bf7 : 100 UTXO for spending for unit tests
|
||||
@ -399,6 +401,8 @@ class TestMsgSigntx:
|
||||
|
||||
@pytest.mark.setup_client(mnemonic=MNEMONIC12)
|
||||
@pytest.mark.skip_ui
|
||||
@pytest.mark.slow
|
||||
@pytest.mark.timeout(600)
|
||||
def test_lots_of_outputs(self, client):
|
||||
# Tests if device implements serialization of len(outputs) correctly
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user