Skip to content

Commit

Permalink
ci: Increase timeout...
Browse files Browse the repository at this point in the history
  • Loading branch information
garberg committed Jun 14, 2024
1 parent 8d3e550 commit 790c40b
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 @@ -226,7 +226,7 @@ jobs:
# Start nipapd container
docker run --network=host -d --name=nipapd_ci -e DB_HOST=127.0.0.1 -e DB_USERNAME=nipap -e DB_PASSWORD=papin ${{ env.NIPAPD_CI_TAG }}
sleep 5
sleep 10
docker logs nipapd_ci
# Set up for test
Expand Down

0 comments on commit 790c40b

Please sign in to comment.