Skip to content

Commit e16ba5d

Browse files
build: Increase TimeOut for the GitHub CI
1 parent 85b3bc4 commit e16ba5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/sf/jsqlparser/parser/feature/Feature.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ public enum Feature {
740740
*/
741741
allowUnsupportedStatements(false),
742742

743-
timeOut(6000),
743+
timeOut(8000),
744744

745745
/**
746746
* allows Backslash '\' as Escape Character

0 commit comments

Comments
 (0)