Skip to content

Commit e5cc6a5

Browse files
committed
Update
1 parent 869c8a5 commit e5cc6a5

File tree

1 file changed

+1
-1
lines changed
  • java/ql/integration-tests/java/buildless-snapshot-repository

1 file changed

+1
-1
lines changed

java/ql/integration-tests/java/buildless-snapshot-repository/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test(codeql, java):
88
[sys.executable, "-m", "http.server", "9427"], cwd="repo"
99
)
1010
try:
11-
time.sleep(30)
11+
time.sleep(300)
1212
subprocess.call(["curl", "-m", "30", "http://localhost:9427/snapshots"])
1313
subprocess.call(["curl", "-m", "30", "http://localhost:9427/snapshots/com/github/my/snapshot/test/snapshottest/1.0-SNAPSHOT/maven-metadata.xml"])
1414
codeql.database.create(

0 commit comments

Comments
 (0)