Skip to content

Commit

Permalink
return to correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
Frosty2500 committed Nov 27, 2024
1 parent c842be8 commit b9277fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Wait for container and server initialization
run: |
timeout 30s bash -c '
until docker logs basyx-python-server 2>&1 | grep -q "INFO success: quit_on_failure entered RUNNING states"; do
until docker logs basyx-python-server 2>&1 | grep -q "INFO success: quit_on_failure entered RUNNING state"; do
sleep 2
done
'
Expand Down

0 comments on commit b9277fe

Please sign in to comment.