aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2024-02-21 18:23:17 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2024-02-21 18:23:21 +0100
commit5d0361210b0a79ea20408510450d1231fba0ee82 (patch)
tree268b13cf9f67c433e3d6a4f1cc1b47e1205fdbfa
parentdb7d74263cdee700d8f956eb766ec41e2589c8b2 (diff)
ttcn3-epdg: Give some time for osmo-epdg to start
erlang osmo-epdg is a bit slow starting up, and sometimes the first ttcn3 test may start when osmo-epdg is still not yet listening on the GSUP socket, specially when the system is on high load. Give some head time to make sure it is properly started. Change-Id: I14e39db6548409b203e15fb562e0b44a90bd44cd
-rwxr-xr-xttcn3-epdg-test/jenkins.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ttcn3-epdg-test/jenkins.sh b/ttcn3-epdg-test/jenkins.sh
index eb596dc..096b2af 100755
--- a/ttcn3-epdg-test/jenkins.sh
+++ b/ttcn3-epdg-test/jenkins.sh
@@ -31,6 +31,9 @@ docker run --rm \
$DOCKER_ARGS \
$REPO_USER/osmo-epdg-$IMAGE_SUFFIX
+# Give some time to osmo-epdg to be fully started; it's a bit slow...
+sleep 2
+
echo Starting container with EPDG testsuite
docker run --rm \
$(docker_network_params $SUBNET 103) \