Skip to content
Snippets Groups Projects
Commit 7062e663 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #20684 from owncloud/more-time

webdav docker tests - wait at least 5 seconds after the full startup
parents a1c4e2e6 4608e713
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,9 @@ while ! (nc -c -w 1 ${host} 80 </dev/null >&/dev/null \
fi
done
echo
sleep 1
# wait at least 5 more seconds - sometimes the webserver still needs some additional time
sleep 5
cat > $thisFolder/config.webdav.php <<DELIM
<?php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment