Skip to content

Commit 17eef62

Browse files
authored
Merge pull request #5244 from ralfhandl/main-longer-wait-for-dev-sync-pr-checks
main: longer wait time when syncing dev to vX.Y-dev
2 parents 49153ed + 489d057 commit 17eef62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-dev-to-vX.Y-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
--body "Merge relevant changes from \`$HEAD\` into \`$BASE\`.")
6464
echo ""
6565
echo "PR to sync $BASE with $HEAD: $PR"
66-
sleep 10 # allow status checks to be triggered
66+
sleep 60 # allow status checks to be triggered
6767
6868
gh pr checks $PR --watch --required || continue
6969
gh pr merge $PR --merge --admin

0 commit comments

Comments
 (0)