1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-24 06:11:06 +00:00

tests: raise timeouts for slow tests

This commit is contained in:
matejcik 2020-01-27 19:41:23 +01:00
parent 88ee780125
commit 066686a20c

View File

@ -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