aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-12-21 11:43:15 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-12-21 11:43:15 +0100
commitac78d248b7f5d478029d44d0c91cb6920db2a428 (patch)
tree9c7b016ae1c97a00d9ada70497469a5d7929752c
parent0b597c37b387acdfa8b9df9737d01c1d8ff205f1 (diff)
downloadnextcloud-server-ac78d248b7f5d478029d44d0c91cb6920db2a428.tar.gz
nextcloud-server-ac78d248b7f5d478029d44d0c91cb6920db2a428.zip
Sleep in carddavtester as well
-rw-r--r--apps/dav/tests/travis/carddavtester/script.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/dav/tests/travis/carddavtester/script.sh b/apps/dav/tests/travis/carddavtester/script.sh
index 6edd92981e1..46a6a98e273 100644
--- a/apps/dav/tests/travis/carddavtester/script.sh
+++ b/apps/dav/tests/travis/carddavtester/script.sh
@@ -5,6 +5,8 @@ SCRIPTPATH=`dirname $SCRIPT`
# start the server
php -S 127.0.0.1:8888 -t "$SCRIPTPATH/../../../../.." &
+sleep 30
+
# run the tests
cd "$SCRIPTPATH/CalDAVTester"
PYTHONPATH="$SCRIPTPATH/pycalendar/src" python testcaldav.py --print-details-onfail -s "$SCRIPTPATH/../caldavtest/config/serverinfo.xml" -o cdt.txt \