mirror of
https://code.forgejo.org/actions/cascading-pr
synced 2025-03-15 06:46:59 +01:00
increase the timeout waiting for success on the cascaded PR
This commit is contained in:
parent
89767f29db
commit
c607434f43
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ DEBUG=false
|
|||
|
||||
: ${TMPDIR:=$(mktemp -d)}
|
||||
|
||||
: ${LOOPS:=80}
|
||||
|
||||
: ${LOOP_DELAY:=5}
|
||||
# default loop delay is 3600 sec (1 hour)
|
||||
: ${LOOPS:=100}
|
||||
: ${LOOP_DELAY:=36}
|
||||
|
||||
: ${RETRY_DELAYS:=1 1 5 5 15 30}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue