increase timeout (#9023)

pull/9024/head
Matt Hook 2 years ago committed by GitHub
parent 69776b4863
commit 1b041a029e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save