From 7434feba81d11044fb458cc54748fd9923a23672 Mon Sep 17 00:00:00 2001 From: Leo Antunes Date: Sun, 14 Jul 2019 14:44:40 +0200 Subject: [PATCH] tests/e2e: add missing sleep --- tests/e2e.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e.sh b/tests/e2e.sh index 46b2b01..0f3d1ce 100755 --- a/tests/e2e.sh +++ b/tests/e2e.sh @@ -56,6 +56,8 @@ test_node_restart() { docker stop test2-orig docker start test2-orig + sleep 3 + docker exec test1-orig ping -c1 -W1 test2 || (docker logs test1-orig; docker logs test2-orig; false) stop_test_container test2-orig