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 1936178 commit 806d3a3Copy full SHA for 806d3a3
1 file changed
src/test/java/net/sf/jsqlparser/parser/CCJSqlParserUtilTest.java
@@ -389,7 +389,7 @@ public void run() {
389
assertDoesNotThrow(new Executable() {
390
@Override
391
public void execute() throws Throwable {
392
- executorService.awaitTermination(10, TimeUnit.SECONDS);
+ executorService.awaitTermination(20, TimeUnit.SECONDS);
393
}
394
});
395
0 commit comments