Skip to content

Commit

Permalink
Wait longer for containers to start
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Oct 22, 2024
1 parent e5f9cba commit 2941bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: docker compose up -d

- name: Wait for Nexus to start
run: sleep 120
run: sleep 180

- name: Show nexus allowlist container logs
run: docker compose logs allowlist
Expand Down

0 comments on commit 2941bf9

Please sign in to comment.