Commit 7f08df4
committed
### What changes were proposed in this pull request?
This is a follow-up to increase `timeout` from `30s` to `1 minute` like the other timeouts of the same test case.
- #45173
### Why are the changes needed?
To reduce the flakiness more. The following is the recent failure on `master` branch.
- https://github.com/apache/spark/actions/runs/8944948827/job/24572965877
- https://github.com/apache/spark/actions/runs/8945375279/job/24574263993
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #46374 from dongjoon-hyun/SPARK-47097.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 5c01f19 commit 7f08df4
File tree
1 file changed
+2
-2
lines changed- connector/connect/client/jvm/src/test/scala/org/apache/spark/sql
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
0 commit comments