Skip to content

Commit 944295d

Browse files
committed
.github: set SITL_PANIC_EXIT in Copter test suite
CI can hang for 30 minutes if we panic
1 parent 8170d60 commit 944295d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_sitl_copter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ jobs:
209209
container:
210210
image: ardupilot/ardupilot-dev-base:v0.1.3
211211
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
212+
env: SITL_PANIC_EXIT: 1
212213
strategy:
213214
fail-fast: false # don't cancel if a job from the matrix fails
214215
matrix:

0 commit comments

Comments
 (0)