Commit 1c94a77
committed
ci: add explicit timeout-minutes to prevent resource exhaustion
Without a job-level wall-clock cap a hung setup or install step can
consume runner minutes indefinitely. kind-e2e.yaml already limits the
test run itself to 90 m via -timeout=90m but has no job ceiling;
setting timeout-minutes: 120 gives 30 m of headroom for cluster setup
and teardown. knative-downstream.yaml had no timeout at all;
timeout-minutes: 60 is a conservative cap for downstream unit tests.
Made-with: Cursor1 parent 7c4c338 commit 1c94a77
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments