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:
parent
379ac5e394
commit
693ae8635a
1 changed files with 1 additions and 1 deletions
|
@ -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} $@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue