Skip to content

Commit 06c1dfe

Browse files
authored
Merge pull request #33901 from BenTheElder/longertime
stopgap: allow branch protector to run for longer
2 parents c2ac657 + 9665044 commit 06c1dfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/jobs/kubernetes/sig-k8s-infra/trusted/sig-testing-branchprotector.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ periodics:
66
app: branchprotector
77
decorate: true
88
decoration_config:
9-
timeout: 5h
9+
# TODO: this is WAY too long, the latency on applying rules needs to be much lower.
10+
# ... but failing on timeout isn't better when we already know it takes too long.
11+
timeout: 12h
1012
extra_refs:
1113
- org: kubernetes
1214
repo: test-infra

0 commit comments

Comments
 (0)