Commit 55c16ee
committed
Fix flaky task timeout override test
- Add missing pipelinerun-with-task-timeout-override.yaml example
- Increase timeout from 20s to 45s to account for pod startup overhead
- Provides 35s buffer for Kubernetes pod initialization + 10s task execution
- Maintains test intent (TaskRunSpecs override Pipeline task timeouts)
- Eliminates timing-related flakiness in CI environments
Resolves intermittent test failures in examples test matrix where
pod startup overhead (17s observed) exceeded the 20s timeout window.1 parent f5d402b commit 55c16ee
File tree
1 file changed
+12
-7
lines changed- examples/v1/pipelineruns
1 file changed
+12
-7
lines changedLines changed: 12 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | | - | |
25 | | - | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | | - | |
36 | 38 | | |
37 | | - | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | | - | |
41 | 45 | | |
42 | | - | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
53 | | - | |
| 57 | + | |
| 58 | + | |
0 commit comments