model mismatch, more conservative speed factor

This commit is contained in:
Balduin
2025-01-23 10:43:22 +01:00
committed by Ramon Roche
parent 71c9214388
commit 22b50e47bd
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ jobs:
PX4_HOME_LON: ${{matrix.config.longitude}}
PX4_HOME_ALT: ${{matrix.config.altitude}}
PX4_CMAKE_BUILD_TYPE: ${{matrix.config.build_type}}
run: test/mavsdk_tests/mavsdk_test_runner.py --speed-factor 100 --model ${{matrix.config.model}} --upload test/mavsdk_tests/configs/sitl_sih.json --verbose
run: test/mavsdk_tests/mavsdk_test_runner.py --speed-factor 1 --model ${{matrix.config.model}} --upload test/mavsdk_tests/configs/sitl_sih.json --verbose
timeout-minutes: 45
- name: Upload failed logs