From fe5a4dd4995fcf6fdb3546dab103a5eb84d28f72 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 3 May 2017 17:31:09 -0300 Subject: [PATCH] Make cache tests a bit more clear Signed-off-by: Morris Jobke --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index b313760a5d2..589d67f8f29 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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" -- 2.39.5