We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0442e commit 39f8d98Copy full SHA for 39f8d98
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
docker run -dit -p 8080:8080 -v ${{ github.workspace }}/build:/exist/autodeploy \
51
--name exist --rm --health-interval=2s --health-start-period=4s \
52
duncdrum/existdb:${{ matrix.exist-version }}
53
- sleep 10s
+ sleep 14s
54
55
# Test
56
- name: Run test
0 commit comments