mirror of
https://github.com/portainer/portainer.git
synced 2025-07-18 21:09:40 +02:00
increase timeout (#9023)
This commit is contained in:
parent
69776b4863
commit
1b041a029e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/label-conflcts.yaml
vendored
4
.github/workflows/label-conflcts.yaml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue