Skip to content

Commit

Permalink
WIP: wait longer between test config setup retries
Browse files Browse the repository at this point in the history
  • Loading branch information
taratatach committed Jul 19, 2024
1 parent c7d2bef commit 3aadbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3aadbb4

Please sign in to comment.