We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703a745 commit 8d4b32aCopy full SHA for 8d4b32a
src/test/java/net/sf/jsqlparser/statement/select/NestedBracketsPerformanceTest.java
@@ -61,7 +61,7 @@ public void testIncreaseOfParseTime() throws JSQLParserException {
61
System.out.println("old duration " + oldDurationTime + " new duration time " + durationTime + " for " + sql);
62
}
63
64
- if (oldDurationTime * 4 < durationTime) {
+ if (oldDurationTime * 10 < durationTime) {
65
fail("too large increment of parsing time");
66
67
0 commit comments