tests bsim edtt: Kill stuck processes in the same way as other tests

This test keeps its own partial way of running tests.
Let's have it kill stuck processes in the same way as
the rest (sending another kill 5 seconds after, and printing
a message about what happened)

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-03-26 14:59:21 +01:00 committed by David Leach
commit 693ae8635a

View file

@ -58,7 +58,7 @@ function _Execute(){
rr="rr record -o ${out}" rr="rr record -o ${out}"
fi fi
check_program_exists $1 check_program_exists $1
run_in_background timeout 300 ${rr} $@ run_in_background timeout --kill-after=5 -v 800 ${rr} $@
} }