Merge pull request #5217 from nextcloud/enh/noid/more-timeout

Change merge retry timeout to 60sec
This commit is contained in:
Morris Jobke 2020-10-06 21:57:58 +02:00 committed by GitHub
commit fdfc3e9453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,4 +21,4 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: ""
MERGE_RETRIES: 10
MERGE_RETRY_SLEEP: 30000
MERGE_RETRY_SLEEP: 60000