Merge pull request #306515 from pbsds/fix-by-name-ci-timeout

workflows/check-by-name.yml: Increase timeout for resolving merge commit
This commit is contained in:
Silvan Mosberger 2024-04-24 20:41:03 +02:00 committed by GitHub
commit 9d9758f548
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
# https://docs.github.com/en/rest/guides/using-the-rest-api-to-interact-with-your-git-database?apiVersion=2022-11-28#checking-mergeability-of-pull-requests
# Retry the API query this many times
retryCount=3
retryCount=5
# Start with 5 seconds, but double every retry
retryInterval=5
while true; do