Explorar o código

Increases timeout for Nextcloud pg test.

Pierre Ozoux %!s(int64=5) %!d(string=hai) anos
pai
achega
d4704b2b00
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 # 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
 # Check if NextCloud is installed
 _occ status | grep -iq 'installed: true'
 _occ status | grep -iq 'installed: true'