Skip to content

Commit a9fbf48

Browse files
aescolarhenrikbrixandersen
authored andcommitted
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 <[email protected]> (cherry picked from commit 693ae86) Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 2997638 commit a9fbf48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bsim/bluetooth/ll/edtt/tests_scripts/_controller_tests_inner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function _Execute(){
5858
rr="rr record -o ${out}"
5959
fi
6060
check_program_exists $1
61-
run_in_background timeout 300 ${rr} $@
61+
run_in_background timeout --kill-after=5 -v 800 ${rr} $@
6262
}
6363

6464

0 commit comments

Comments
 (0)