Commit 357862a
authored
[runners-flink] Bump FlinkRequiresStableInputTest timeout to 120s (#38273)
The four portable-execution test methods in FlinkRequiresStableInputTest
were declared with `@Test(timeout = 30_000)`, which is consistently
exceeded under CI load and currently causes
testParDoRequiresStableInputPortable to fail
TestTimedOutException at FlinkRequiresStableInputTest.java:190 (the
1-second poll loop in executePipeline) on every recent
beam_PreCommit_Java run on master.
All four sibling portable-pipeline tests in the same package
(PortableExecutionTest, PortableTimersExecutionTest,
PortableStateExecutionTest, ReadSourcePortableTest) already use
`@Test(timeout = 120_000)`. This test is doing strictly more work
(deliberate failure -> checkpoint -> restore -> re-execute -> DONE) yet
had a 4x tighter budget, which matches the "Jenkins under high load"
diagnosis from #21333.
Aligning the timeout with the rest of the portable Flink test suite.1 parent 3ea73d2 commit 357862a
1 file changed
Lines changed: 4 additions & 4 deletions
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments