Skip to content

Commit 806d3a3

Browse files
committed
Allowed to build JSqlParser on slower computers by increasing a fixed timeout. This should take machine power into account.
1 parent 1936178 commit 806d3a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ public void run() {
389389
assertDoesNotThrow(new Executable() {
390390
@Override
391391
public void execute() throws Throwable {
392-
executorService.awaitTermination(10, TimeUnit.SECONDS);
392+
executorService.awaitTermination(20, TimeUnit.SECONDS);
393393
}
394394
});
395395

0 commit comments

Comments
 (0)