From f3e78c3fe6c59fc80c638ac3eebff822adf8ae26 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Wed, 30 Apr 2025 14:18:08 +0200 Subject: [PATCH] chore(ci): set timeout for legacy device tests to 30 min --- .github/workflows/legacy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/legacy.yml b/.github/workflows/legacy.yml index bacf4e1f3e..df49b3fb07 100644 --- a/.github/workflows/legacy.yml +++ b/.github/workflows/legacy.yml @@ -113,7 +113,7 @@ jobs: name: Device test runs-on: ubuntu-latest needs: legacy_emu - timeout-minutes: 20 + timeout-minutes: 30 strategy: matrix: coins: [universal, btconly]