webdav docker tests - wait at least 5 seconds after the full startup

This commit is contained in:
Morris Jobke 2015-11-23 14:49:01 +01:00
parent bf672d7e51
commit 4608e7134c
1 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,9 @@ while ! (nc -c -w 1 ${host} 80 </dev/null >&/dev/null \
fi fi
done done
echo 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 cat > $thisFolder/config.webdav.php <<DELIM
<?php <?php