Skip to content

Commit 8d4b32a

Browse files
committed
1 parent 703a745 commit 8d4b32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public void testIncreaseOfParseTime() throws JSQLParserException {
6161
System.out.println("old duration " + oldDurationTime + " new duration time " + durationTime + " for " + sql);
6262
}
6363

64-
if (oldDurationTime * 4 < durationTime) {
64+
if (oldDurationTime * 10 < durationTime) {
6565
fail("too large increment of parsing time");
6666
}
6767

0 commit comments

Comments
 (0)