increased timeouts (#2816)
Co-authored-by: doomwastaken <k.volkov@flipperdevices.com>
This commit is contained in:
parent
95c1585df6
commit
5d40193308
6
.github/workflows/unit_tests.yml
vendored
6
.github/workflows/unit_tests.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: 'Flash unit tests firmware'
|
- name: 'Flash unit tests firmware'
|
||||||
id: flashing
|
id: flashing
|
||||||
if: success()
|
if: success()
|
||||||
timeout-minutes: 5
|
timeout-minutes: 10
|
||||||
run: |
|
run: |
|
||||||
./fbt flash OPENOCD_ADAPTER_SERIAL=2A0906016415303030303032 FIRMWARE_APP_SET=unit_tests FORCE=1
|
./fbt flash OPENOCD_ADAPTER_SERIAL=2A0906016415303030303032 FIRMWARE_APP_SET=unit_tests FORCE=1
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ jobs:
|
|||||||
- name: 'Copy assets and unit data, reboot and wait for flipper'
|
- name: 'Copy assets and unit data, reboot and wait for flipper'
|
||||||
id: copy
|
id: copy
|
||||||
if: steps.format_ext.outcome == 'success'
|
if: steps.format_ext.outcome == 'success'
|
||||||
timeout-minutes: 3
|
timeout-minutes: 5
|
||||||
run: |
|
run: |
|
||||||
source scripts/toolchain/fbtenv.sh
|
source scripts/toolchain/fbtenv.sh
|
||||||
python3 scripts/storage.py -p ${{steps.device.outputs.flipper}} -f send assets/resources /ext
|
python3 scripts/storage.py -p ${{steps.device.outputs.flipper}} -f send assets/resources /ext
|
||||||
@ -56,7 +56,7 @@ jobs:
|
|||||||
- name: 'Run units and validate results'
|
- name: 'Run units and validate results'
|
||||||
id: run_units
|
id: run_units
|
||||||
if: steps.copy.outcome == 'success'
|
if: steps.copy.outcome == 'success'
|
||||||
timeout-minutes: 5
|
timeout-minutes: 7
|
||||||
run: |
|
run: |
|
||||||
source scripts/toolchain/fbtenv.sh
|
source scripts/toolchain/fbtenv.sh
|
||||||
python3 scripts/testing/units.py ${{steps.device.outputs.flipper}}
|
python3 scripts/testing/units.py ${{steps.device.outputs.flipper}}
|
||||||
|
|||||||
4
.github/workflows/updater_test.yml
vendored
4
.github/workflows/updater_test.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 'Flashing target firmware'
|
- name: 'Flashing target firmware'
|
||||||
id: first_full_flash
|
id: first_full_flash
|
||||||
timeout-minutes: 5
|
timeout-minutes: 10
|
||||||
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
|
||||||
@ -38,7 +38,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 'Validating updater'
|
- name: 'Validating updater'
|
||||||
id: second_full_flash
|
id: second_full_flash
|
||||||
timeout-minutes: 5
|
timeout-minutes: 10
|
||||||
if: success()
|
if: success()
|
||||||
run: |
|
run: |
|
||||||
source scripts/toolchain/fbtenv.sh
|
source scripts/toolchain/fbtenv.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user