Skip to content

Commit

Permalink
tests/e2e: add missing sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
costela authored Jul 14, 2019
1 parent 6b4ec4b commit 7434feb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7434feb

Please sign in to comment.