test/run_lte.sh: Increase UE conn timeout

First time the script is run it needs more time, since some values are
not yet precomputed.
master
Pau Espin Pedrol 5 years ago committed by Andre Puschmann
parent a941355c37
commit 75782fa6f2

@ -185,7 +185,7 @@ echo "srsUE's PID is $ue_pid"
# Wait until UE is connected
timeout=10
timeout=20
tun_dev="tun_srsue"
echo "Waiting for $tun_dev to become available for ${timeout}s .."

Loading…
Cancel
Save