mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 12:51:22 +04:00
Increase github action timeouts (#3763)
Co-authored-by: doomwastaken <k.volkov@flipperdevices.com>
This commit is contained in:
committed by
GitHub
parent
aeabf0447d
commit
9161af293a
6
.github/workflows/updater_test.yml
vendored
6
.github/workflows/updater_test.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
source scripts/toolchain/fbtenv.sh
|
source scripts/toolchain/fbtenv.sh
|
||||||
./fbt flash_usb_full PORT=${{steps.device.outputs.flipper}} FORCE=1
|
./fbt flash_usb_full PORT=${{steps.device.outputs.flipper}} FORCE=1
|
||||||
python3 scripts/testops.py -p=${{steps.device.outputs.flipper}} -t=120 await_flipper
|
python3 scripts/testops.py -p=${{steps.device.outputs.flipper}} -t=180 await_flipper
|
||||||
|
|
||||||
- name: 'Validating updater'
|
- name: 'Validating updater'
|
||||||
id: second_full_flash
|
id: second_full_flash
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
source scripts/toolchain/fbtenv.sh
|
source scripts/toolchain/fbtenv.sh
|
||||||
./fbt flash_usb PORT=${{steps.device.outputs.flipper}} FORCE=1
|
./fbt flash_usb PORT=${{steps.device.outputs.flipper}} FORCE=1
|
||||||
python3 scripts/testops.py -p=${{steps.device.outputs.flipper}} -t=120 await_flipper
|
python3 scripts/testops.py -p=${{steps.device.outputs.flipper}} -t=180 await_flipper
|
||||||
|
|
||||||
- name: 'Get last release tag'
|
- name: 'Get last release tag'
|
||||||
id: release_tag
|
id: release_tag
|
||||||
@@ -69,5 +69,5 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
run: |
|
run: |
|
||||||
source scripts/toolchain/fbtenv.sh
|
source scripts/toolchain/fbtenv.sh
|
||||||
python3 scripts/testops.py -p=${{steps.device.outputs.flipper}} -t=120 await_flipper
|
python3 scripts/testops.py -p=${{steps.device.outputs.flipper}} -t=180 await_flipper
|
||||||
python3 scripts/storage.py -p ${{steps.device.outputs.flipper}} format_ext
|
python3 scripts/storage.py -p ${{steps.device.outputs.flipper}} format_ext
|
||||||
|
|||||||
Reference in New Issue
Block a user