mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 04:41:26 +04:00
test: fix timeout for flashing step (#4127)
This commit is contained in:
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/updater_test.yml
vendored
2
.github/workflows/updater_test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user