Pārlūkot izejas kodu

Merge pull request #8608 from pierreozoux/patch-2

Increases timeout for Nextcloud pg test.
Tianon Gravi 5 gadi atpakaļ
vecāks
revīzija
c3b98feb1e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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'