1
0
Fork 0
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:
Earl Warren 2023-10-15 18:16:08 +02:00
parent 89767f29db
commit c607434f43
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -14,9 +14,9 @@ DEBUG=false
: ${TMPDIR:=$(mktemp -d)} : ${TMPDIR:=$(mktemp -d)}
: ${LOOPS:=80} # default loop delay is 3600 sec (1 hour)
: ${LOOPS:=100}
: ${LOOP_DELAY:=5} : ${LOOP_DELAY:=36}
: ${RETRY_DELAYS:=1 1 5 5 15 30} : ${RETRY_DELAYS:=1 1 5 5 15 30}