We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b78fca commit 1542953Copy full SHA for 1542953
web-apps/test-images.sh
@@ -69,7 +69,7 @@ test() {
69
docker run --network $DOCKER_NET_NAME -d --name $1-app $IMAGE
70
71
# Give the app time to start
72
- sleep 3
+ sleep 10
73
74
log "Running tests"
75
docker run --network $DOCKER_NET_NAME --rm \
0 commit comments