Commit 661ed4e
test: Use PipelineRun-level timeout instead of global config
Instead of modifying the global config-defaults ConfigMap (which
affects all tests running in parallel), set the timeout directly
on the PipelineRun spec using `timeouts.pipeline: "0s"`.
This prevents interference with other e2e tests that run in parallel
and expect the default timeout behavior.
Benefits:
- No ConfigMap modification needed
- No cleanup/restore logic required
- Test is isolated and doesn't affect other parallel tests
- Simpler and more focused test
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 6e96616 commit 661ed4e
1 file changed
+4
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 72 | | |
101 | 73 | | |
102 | 74 | | |
| |||
114 | 86 | | |
115 | 87 | | |
116 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
117 | 93 | | |
118 | 94 | | |
119 | 95 | | |
| |||
0 commit comments