Bluetooth: controller: Increase timeout for babblesim

The timeout for testing advertisement extensions in babblesim
was set to 30 seconds. Depending on the hardware used for
testing this may be too low. Increased to 120 seconds

Signed-off-by: Andries Kruithof <Andries.Kruithof@nordicsemi.no>
This commit is contained in:
Andries Kruithof 2020-06-26 17:22:12 +02:00 committed by Alberto Escolar
commit ed85577a22

View file

@ -14,7 +14,7 @@ function Execute(){
compile it?)\e[39m"
exit 1
fi
timeout 30 $@ & process_ids="$process_ids $!"
timeout 120 $@ & process_ids="$process_ids $!"
}
: "${BSIM_OUT_PATH:?BSIM_OUT_PATH must be defined}"