From 367b04c4803196d38a4ad3b1567c80023fcfbeec Mon Sep 17 00:00:00 2001 From: Lucas Brandstaetter <lucas@brandstaetter.tech> Date: Sat, 7 Dec 2024 10:26:22 +0100 Subject: [PATCH] Add wait for container to build_test job --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be605d93e..07283c7a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -347,6 +347,8 @@ build_test: SELECTED_CONFERENCE_ID: "017c0749-a2ea-4f86-92cd-e60b4508dd98" before_script: - pip3 install requests + # TODO: remove this sleep once we have debugged the case for the 0 ms failure + - sleep 30 - echo "testing on $BASE_URL" - curl --max-time 8 --retry 3 --fail ${BASE_URL}/.well-known/version - curl --max-time 3 --retry 3 --fail ${BASE_URL}/.well-known/health -- GitLab