From 6f76e2a9d858550ba2a9e3b00b072ad10c0a3108 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Fri, 20 Oct 2023 07:20:12 +0100 Subject: [PATCH] ci(pytest): increase timeout for central wait-for-it 30s --- .github/workflows/r-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/r-pytest.yml b/.github/workflows/r-pytest.yml index 06c5bd1d70..be74e72d29 100644 --- a/.github/workflows/r-pytest.yml +++ b/.github/workflows/r-pytest.yml @@ -75,7 +75,7 @@ jobs: run: | docker compose run api \ wait-for-it fmtm-db:5432 --strict \ - -- wait-for-it central:8383 --strict \ + -- wait-for-it central:8383 --strict --timeout 30 \ -- pytest cache-images: