mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
github actions increase newly added timeouts
This commit is contained in:
@@ -87,7 +87,7 @@ jobs:
|
|||||||
|
|
||||||
- name: make all_variants_${{matrix.config}}
|
- name: make all_variants_${{matrix.config}}
|
||||||
run: make all_variants_${{matrix.config}}
|
run: make all_variants_${{matrix.config}}
|
||||||
timeout-minutes: 30
|
timeout-minutes: 45
|
||||||
- name: make ${{matrix.config}} bloaty_compileunits
|
- name: make ${{matrix.config}} bloaty_compileunits
|
||||||
run: make ${{matrix.config}} bloaty_compileunits || true
|
run: make ${{matrix.config}} bloaty_compileunits || true
|
||||||
- name: make ${{matrix.config}} bloaty_inlines
|
- name: make ${{matrix.config}} bloaty_inlines
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export
|
export
|
||||||
./test/rostest_px4_run.sh mavros_posix_test_mission.test mission:=${{matrix.config.mission}} vehicle:=${{matrix.config.vehicle}}
|
./test/rostest_px4_run.sh mavros_posix_test_mission.test mission:=${{matrix.config.mission}} vehicle:=${{matrix.config.vehicle}}
|
||||||
timeout-minutes: 30
|
timeout-minutes: 45
|
||||||
|
|
||||||
- name: Look at core files
|
- name: Look at core files
|
||||||
if: failure()
|
if: failure()
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export
|
export
|
||||||
./test/rostest_px4_run.sh ${{matrix.config.test_file}} vehicle:=${{matrix.config.vehicle}}
|
./test/rostest_px4_run.sh ${{matrix.config.test_file}} vehicle:=${{matrix.config.vehicle}}
|
||||||
timeout-minutes: 30
|
timeout-minutes: 45
|
||||||
|
|
||||||
- name: Look at core files
|
- name: Look at core files
|
||||||
if: failure()
|
if: failure()
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ jobs:
|
|||||||
PX4_HOME_ALT: ${{matrix.config.altitude}}
|
PX4_HOME_ALT: ${{matrix.config.altitude}}
|
||||||
PX4_CMAKE_BUILD_TYPE: ${{matrix.config.build_type}}
|
PX4_CMAKE_BUILD_TYPE: ${{matrix.config.build_type}}
|
||||||
run: test/mavsdk_tests/mavsdk_test_runner.py --speed-factor 20 --abort-early --model ${{matrix.config.model}} --upload test/mavsdk_tests/configs/sitl.json
|
run: test/mavsdk_tests/mavsdk_test_runner.py --speed-factor 20 --abort-early --model ${{matrix.config.model}} --upload test/mavsdk_tests/configs/sitl.json
|
||||||
timeout-minutes: 30
|
timeout-minutes: 45
|
||||||
|
|
||||||
- name: Look at core files
|
- name: Look at core files
|
||||||
if: failure()
|
if: failure()
|
||||||
|
|||||||
Reference in New Issue
Block a user