Skip to content

Commit

Permalink
test: fix timeout for flashing step (#4127)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssecsd authored Feb 24, 2025
1 parent 145184f commit 0d53cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updater_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d53cb2

Please sign in to comment.