From 1ddba2526bfcc0b0d065f3687f4c389f89521a9f Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 8 Apr 2025 08:18:34 +0300 Subject: [PATCH] ci(core): increase device tests' timeout [no changelog] --- .github/workflows/core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index b49280141c..aabc6a9762 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -278,8 +278,8 @@ jobs: PYTEST_TIMEOUT: ${{ matrix.asan == 'asan' && 600 || 400 }} ACTIONS_DO_UI_TEST: ${{ matrix.coins == 'universal' && matrix.asan == 'noasan' }} TEST_LANG: ${{ matrix.lang }} - TESTOPTS: "--durations 50 --session-timeout 1200" # 20m pytest global timeout - timeout-minutes: 30 + TESTOPTS: "--durations 50 --session-timeout 1800" # 30m pytest global timeout + timeout-minutes: 40 steps: - uses: actions/checkout@v4 with: