Skip to content

Commit db4b3a4

Browse files
test: increase the loops of a critical performance test again
Signed-off-by: Andreas Reichel <[email protected]>
1 parent 6049fd7 commit db4b3a4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/test/java/net/sf/jsqlparser/statement/select/NestedBracketsPerformanceTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ public void testRecursiveBracketExpressionIssue1019() {
137137
@Test
138138
@Timeout(2000)
139139
public void testRecursiveBracketExpressionIssue1019_2() throws JSQLParserException {
140-
// Temporally set the maxDepth to be 6, was 8 before this
141-
doIncreaseOfParseTimeTesting("IF(1=1, $1, 2)", "1", 8);
140+
doIncreaseOfParseTimeTesting("IF(1=1, $1, 2)", "1", 10);
142141
}
143142

144143
@Test
@@ -531,8 +530,6 @@ void testIssue1983() throws JSQLParserException {
531530
"3,\n" +
532531
"4";
533532
CCJSqlParserUtil.parse(sqlStr, parser -> parser
534-
.withSquareBracketQuotation(false)
535-
.withAllowComplexParsing(true)
536533
.withTimeOut(60000));
537534
}
538535

0 commit comments

Comments
 (0)