Commit d97ba1e2 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: adding longer tempos for L2-nFAPI simulator

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent b88c1458
...@@ -569,6 +569,7 @@ function start_l2_sim_enb { ...@@ -569,6 +569,7 @@ function start_l2_sim_enb {
ENB_SYNC=1 ENB_SYNC=1
echo "L2-SIM eNB is sync'ed: waiting for UE(s) to connect" echo "L2-SIM eNB is sync'ed: waiting for UE(s) to connect"
fi fi
sleep 10
} }
function start_l2_sim_ue { function start_l2_sim_ue {
...@@ -609,7 +610,7 @@ function start_l2_sim_ue { ...@@ -609,7 +610,7 @@ function start_l2_sim_ue {
UE_SYNC=1 UE_SYNC=1
echo "L2-SIM UE is sync'ed w/eNB" echo "L2-SIM UE is sync'ed w/eNB"
fi fi
sleep 10 sleep 20
} }
function run_test_on_vm { function run_test_on_vm {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment