소스 검색

Merge pull request #8608 from pierreozoux/patch-2

Increases timeout for Nextcloud pg test.
Tianon Gravi 5 년 전
부모
커밋
c3b98feb1e
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'