Merge pull request #20684 from owncloud/more-time

webdav docker tests - wait at least 5 seconds after the full startup
This commit is contained in:
Thomas Müller 2015-11-23 15:35:51 +01:00
commit 7062e6636d
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
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