From d97ba1e2fc651cc0a0386470b297223540cba803 Mon Sep 17 00:00:00 2001 From: Raphael Defosseux <raphael.defosseux@eurecom.fr> Date: Tue, 12 Feb 2019 15:21:57 +0100 Subject: [PATCH] CI: adding longer tempos for L2-nFAPI simulator Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr> --- ci-scripts/runTestOnVM.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci-scripts/runTestOnVM.sh b/ci-scripts/runTestOnVM.sh index 7ff04e23f8..24f7a33dfa 100755 --- a/ci-scripts/runTestOnVM.sh +++ b/ci-scripts/runTestOnVM.sh @@ -569,6 +569,7 @@ function start_l2_sim_enb { ENB_SYNC=1 echo "L2-SIM eNB is sync'ed: waiting for UE(s) to connect" fi + sleep 10 } function start_l2_sim_ue { @@ -609,7 +610,7 @@ function start_l2_sim_ue { UE_SYNC=1 echo "L2-SIM UE is sync'ed w/eNB" fi - sleep 10 + sleep 20 } function run_test_on_vm { -- 2.26.2