Skip to content

Commit

Permalink
[SPARK-37555][TEST][FOLLOWUP] Increase timeout of CLI test `spark-sql…
Browse files Browse the repository at this point in the history
… should pass last unclosed comment to backend`

### What changes were proposed in this pull request?
Fix flaky test  `spark-sql should pass last unclosed comment to backend`,
it's timeout should be caused by unstable GA env, so I increase timeout time for the test

### Why are the changes needed?
Fix flaky test.

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Not need

Closes #38571 from AngersZhuuuu/SPARK-37555-FOLOWUP.

Authored-by: Angerszhuuuu <angers.zhu@gmail.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
  • Loading branch information
AngersZhuuuu authored and cloud-fan committed Nov 14, 2022
1 parent e8965a1 commit 058fe27
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -626,7 +626,7 @@ class CliSuite extends SparkFunSuite {
}

test("SPARK-37555: spark-sql should pass last unclosed comment to backend") {
runCliWithin(2.minute)(
runCliWithin(5.minute)(
// Only unclosed comment.
"/* SELECT /*+ HINT() 4; */;".stripMargin -> "Syntax error at or near ';'",
// Unclosed nested bracketed comment.
Expand Down

0 comments on commit 058fe27

Please sign in to comment.