diff --git a/tests/finish.sh b/tests/finish.sh
index ac82e1b30dc00d49d293289e8d35b66c9611d1ac..daee3114a44535008028e15aa4e058852f427aa5 100755
--- a/tests/finish.sh
+++ b/tests/finish.sh
@@ -2,7 +2,7 @@
 
 systemctl list-units | grep -c failed | grep 0
 
-applications=( static wordpress known )
+applications=( static wordpress known piwik owncloud )
 
 for application in "${applications[@]}"
 do
diff --git a/tests/start.sh b/tests/start.sh
index 1a574411651abea5d569c75b8795875c7ffbbd43..b97c8ca373a11b54d8ecbf2fa04807f6e5f2f48b 100755
--- a/tests/start.sh
+++ b/tests/start.sh
@@ -1,6 +1,6 @@
 #!/bin/bash -eux
 
-applications=( static wordpress known )
+applications=( static wordpress known piwik owncloud )
 
 for application in "${applications[@]}"
 do
diff --git a/tests/test.sh b/tests/test.sh
index dbb74519b0a9bb783e1ceca6077491e8e5befce0..5b2307ef260ab3e64824c686fc7ee4a9d11e3d87 100755
--- a/tests/test.sh
+++ b/tests/test.sh
@@ -8,7 +8,7 @@ image=$1
 if [ "$image" == "static" ]; then
   sleep 30
 else
-  sleep 60
+  sleep 70
 fi
 
 systemctl list-units | grep "$image\.test" | grep -c failed | grep 0