github actions increase newly added timeouts

This commit is contained in:
Daniel Agar 2021-10-06 13:47:12 -04:00
parent 6e057a644b
commit 3e6ff2451b
No known key found for this signature in database
GPG Key ID: FD3CBA98017A69DE
4 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@ jobs:
- name: make all_variants_${{matrix.config}}
run: make all_variants_${{matrix.config}}
timeout-minutes: 30
timeout-minutes: 45
- name: make ${{matrix.config}} bloaty_compileunits
run: make ${{matrix.config}} bloaty_compileunits || true
- name: make ${{matrix.config}} bloaty_inlines

View File

@ -79,7 +79,7 @@ jobs:
run: |
export
./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
if: failure()

View File

@ -74,7 +74,7 @@ jobs:
run: |
export
./test/rostest_px4_run.sh ${{matrix.config.test_file}} vehicle:=${{matrix.config.vehicle}}
timeout-minutes: 30
timeout-minutes: 45
- name: Look at core files
if: failure()

View File

@ -97,7 +97,7 @@ jobs:
PX4_HOME_ALT: ${{matrix.config.altitude}}
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
timeout-minutes: 30
timeout-minutes: 45
- name: Look at core files
if: failure()