From accbdbf129720a62f6a22d4444dfab46dcc4af41 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Thu, 2 Dec 2021 13:06:30 +0100 Subject: [PATCH] DEBUG: get some mavsdk_test_runner.py output --- .github/workflows/sitl_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sitl_tests.yml b/.github/workflows/sitl_tests.yml index 8263a51d73..38d98a8bd5 100644 --- a/.github/workflows/sitl_tests.yml +++ b/.github/workflows/sitl_tests.yml @@ -96,7 +96,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 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 --verbose timeout-minutes: 45 - name: Look at core files