Browse Source

Increases timeout for Nextcloud pg test.

Pierre Ozoux 5 years ago
parent
commit
d4704b2b00
1 changed files with 1 additions and 1 deletions
  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'