diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 1ece342e52..335d5b78b6 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -376,7 +376,8 @@ jobs: asan: ${{ fromJSON(needs.param.outputs.asan) }} env: TREZOR_UPGRADE_TEST: core - PYTEST_TIMEOUT: 400 + PYTEST_TIMEOUT: 20 + TESTOPTS: "--durations 50" steps: - uses: actions/checkout@v4 with: