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:
parent
b5fb9497b6
commit
ed85577a22
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue