Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2018-02-08 16:21:37 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-02-08 17:18:26 +0300
commit2e3ed7db9058d948b8c0469701c7f6e2fdc57f08 (patch)
treeccc7d1cb530d6ed2972c1ffa8d2543307c7c79e6 /tests/drone-wait-objectstore.sh
parent3e0ef7e3f217973cc05117dd9e65980e9587e5e9 (diff)
sleep more
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests/drone-wait-objectstore.sh')
-rwxr-xr-xtests/drone-wait-objectstore.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/drone-wait-objectstore.sh b/tests/drone-wait-objectstore.sh
index 1e5a13ee55e..14d0b6f1f67 100755
--- a/tests/drone-wait-objectstore.sh
+++ b/tests/drone-wait-objectstore.sh
@@ -6,5 +6,5 @@ if [ "$OBJECT_STORE" == "swift" ]; then
do
sleep 2
done
- sleep 30
+ sleep 60
fi