Skip to content

Commit e947489

Browse files
committed
Java: Increse timeout tollerance
1 parent c0e09b9 commit e947489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • java/ql/integration-tests/java/buildless-maven-timeout

java/ql/integration-tests/java/buildless-maven-timeout/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ def test(codeql, java):
22
# mvnw has been rigged to stall for a long time by trying to fetch from a black-hole IP. We should find the timeout logic fires and buildless aborts the Maven run quickly.
33
codeql.database.create(
44
build_mode="none",
5-
_env={"CODEQL_EXTRACTOR_JAVA_BUILDLESS_CHILD_PROCESS_IDLE_TIMEOUT": "5"},
5+
_env={"CODEQL_EXTRACTOR_JAVA_BUILDLESS_CHILD_PROCESS_IDLE_TIMEOUT": "10"},
66
)

0 commit comments

Comments
 (0)