Commit 182353d
[SPARK-49523][CONNECT] Increase maximum wait time for connect server to come up for testing
### What changes were proposed in this pull request?
This PR increases the max time we wait for a connect server to come up for testing. The current threshold is too low, and is causing flakyness.
### Why are the changes needed?
It makes connect tests less flaky.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
It is test infra code.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #47994 from WweiL/deflake-will-it-work.
Authored-by: Wei Liu <[email protected]>
Signed-off-by: Herman van Hovell <[email protected]>1 parent 9a7b6e5 commit 182353d
File tree
1 file changed
+7
-2
lines changed- connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/test
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
184 | 187 | | |
185 | 188 | | |
186 | 189 | | |
187 | | - | |
| 190 | + | |
188 | 191 | | |
189 | 192 | | |
190 | 193 | | |
191 | 194 | | |
192 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
193 | 198 | | |
194 | 199 | | |
195 | 200 | | |
| |||
0 commit comments