diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 309dd7ebd4..37df8e0995 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -21,7 +21,7 @@ jobs: - name: 'Flash unit tests firmware' id: flashing if: success() - timeout-minutes: 20 + timeout-minutes: 10 run: | source scripts/toolchain/fbtenv.sh ./fbt resources firmware_latest flash LIB_DEBUG=1 FIRMWARE_APP_SET=unit_tests FORCE=1 diff --git a/.github/workflows/updater_test.yml b/.github/workflows/updater_test.yml index 59cc6e716b..df62daf586 100644 --- a/.github/workflows/updater_test.yml +++ b/.github/workflows/updater_test.yml @@ -20,7 +20,7 @@ jobs: - name: 'Flashing target firmware' id: first_full_flash - timeout-minutes: 20 + timeout-minutes: 10 run: | source scripts/toolchain/fbtenv.sh python3 scripts/testops.py -t=180 await_flipper