]> source.dussan.org Git - nextcloud-server.git/commitdiff
Make cache tests a bit more clear
authorMorris Jobke <hey@morrisjobke.de>
Wed, 3 May 2017 20:31:09 +0000 (17:31 -0300)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 11 May 2017 22:07:25 +0000 (17:07 -0500)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
.drone.yml

index b313760a5d25b9125ca3e0aabad177b95e8783fc..589d67f8f29065e0e1560081645dcc3ed627e9e1 100644 (file)
@@ -529,6 +529,7 @@ pipeline:
   memcache-redis-cluster:
     image: nextcloudci/php7.0:php7.0-7
     commands:
+      - sleep 10
       - ./autotest.sh sqlite tests/lib/Memcache/RedisTest.php
       - wget https://codecov.io/bash -O codecov.sh
       - sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"