From 40311d302659dac8b915007dd3db6b431ec0f2ec Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Fri, 28 Mar 2025 19:55:17 +0300 Subject: [PATCH] ci(core): add timeouts to device tests [no changelog] --- .github/workflows/core.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index c305f30d95..7839a3a53e 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -279,6 +279,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 steps: - uses: actions/checkout@v4 with: