浏览代码

Increases timeout for Nextcloud pg test.

Pierre Ozoux 5 年之前
父节点
当前提交
d4704b2b00
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/tests/nextcloud-cli-postgres/run.sh

+ 1 - 1
test/tests/nextcloud-cli-postgres/run.sh

@@ -38,7 +38,7 @@ _occ() {
 }
 
 # Give some time to install
-. "$dir/../../retry.sh" --tries 30 '_occ app:list' > /dev/null
+. "$dir/../../retry.sh" --tries 60 '_occ app:list' > /dev/null
 
 # Check if NextCloud is installed
 _occ status | grep -iq 'installed: true'