Skip to content

Commit

Permalink
Longer sleep period (#4182)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon <simon.dumas@protonmail.com>
  • Loading branch information
olivergrabinski and imsdu authored Aug 21, 2023
1 parent fea3c31 commit 443a88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
app/Docker/publishLocal \
storage/Docker/publishLocal
- name: Start services
run: docker-compose -f tests/docker/docker-compose.yml up -d && sleep 60
run: docker-compose -f tests/docker/docker-compose.yml up -d && sleep 70
- name: Test
run: |
URL="http://localhost:8080/v1/version"
Expand Down

0 comments on commit 443a88e

Please sign in to comment.