Skip to content

Commit

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

0 comments on commit c842be8

Please sign in to comment.