Skip to content

Commit

Permalink
Change sleep 60 before test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrauhala committed Jan 21, 2024
1 parent 9969cfa commit bc932f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: docker test
run: |
docker run --name test --rm -p 127.0.0.1:8080:8080 meteofi/geoserver:latest &> debug.log &
sleep 45
sleep 60
cat debug.log
docker logs test
curl -f "http://localhost:8080/geoserver/wms?request=getCapabilities&service=WMS" || exit 1
Expand Down

0 comments on commit bc932f8

Please sign in to comment.