From 791ac56f2fcbce534d929961b71a39841c114779 Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 4 May 2021 16:03:09 +0200 Subject: [PATCH] ci: increase hardware test timeouts --- ci/test-hw.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test-hw.yml b/ci/test-hw.yml index d9bd0a56a..923741751 100644 --- a/ci/test-hw.yml +++ b/ci/test-hw.yml @@ -61,7 +61,7 @@ hardware core btconly device test: - nix-shell --run "cd ../.. && poetry install" - nix-shell --run "poetry run python bootstrap.py tt ../../trezor-*.bin" - nix-shell --run "poetry run pytest -m 'not sd_card' $TESTS_SKIP ../../tests/device_tests" - timeout: 3h + timeout: 4h artifacts: name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA" expire_in: 2 days @@ -88,7 +88,7 @@ hardware core monero test: - nix-shell --run "cd ../.. && poetry install" - nix-shell --run "poetry run python bootstrap.py tt ../../trezor-*.bin" - nix-shell --arg fullDeps true --run "cd ../../core/tests && ./run_tests_device_emu_monero.sh $TESTOPTS" - timeout: 35m + timeout: 1h artifacts: name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA" expire_in: 2 days