increase timeout (#9023)

pull/9024/head
Matt Hook 2023-05-31 18:11:34 +12:00 committed by GitHub
parent 69776b4863
commit 1b041a029e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@ jobs:
with:
CONFLICT_LABEL_NAME: 'has conflicts'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 5
WAIT_MS: 10000
MAX_RETRIES: 10
WAIT_MS: 60000