Skip to content

Commit 126c1a1

Browse files
fix: reduce timeout since we are too fast now :-D
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com> Signed-off-by: manticore-projects <andreas@manticore-projects.com>
1 parent 932893a commit 126c1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/net/sf/jsqlparser/parser/CCJSqlParserUtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ public void execute() throws Throwable {
493493
public void execute() throws Throwable {
494494
try {
495495
CCJSqlParserUtil.parse(INVALID_SQL, executorService, parser -> {
496-
parser.withTimeOut(100);
496+
parser.withTimeOut(1);
497497
parser.withAllowComplexParsing(true);
498498
});
499499
} catch (JSQLParserException ex) {

0 commit comments

Comments
 (0)