From 3aadbb48858131a39599d77cace6497586a609b8 Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Fri, 19 Jul 2024 13:38:05 +0200 Subject: [PATCH] WIP: wait longer between test config setup retries --- .github/workflows/macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 0ca71eefe..67a1ee5c7 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -143,7 +143,7 @@ jobs: until docker exec cozy-desktop-stack /cozy-desktop/test/setup.sh do echo "Waiting for cozy-stack to be running..." - sleep 1 + sleep 30 done - name: Unit tests env: