mirror of https://github.com/portainer/portainer
increase timeout (#9023)
parent
69776b4863
commit
1b041a029e
|
@ -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…
Reference in New Issue