Skip to content

Commit afe3e53

Browse files
oscarsjredsun82
andauthored
Update java/ql/integration-tests/java/buildless-inherit-trust-store/test.py
Co-authored-by: Paolo Tranquilli <[email protected]>
1 parent 1eb4a1a commit afe3e53

File tree

1 file changed

+2
-1
lines changed
  • java/ql/integration-tests/java/buildless-inherit-trust-store

1 file changed

+2
-1
lines changed

java/ql/integration-tests/java/buildless-inherit-trust-store/test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ def test(codeql, java, cwd):
77
# This serves the "repo" directory on https://locahost:4443
88
command = ["python3", "../server.py"]
99
if runs_on.github_actions and runs_on.posix:
10-
# On GitHub Actions, we try to run the server with higher priority
10+
# On GitHub Actions, we saw the server timing out while running in parallel with other tests
11+
# we work around that by running it with higher permissions
1112
command = ["sudo"] + command
1213
repo_server_process = subprocess.Popen(command, cwd="repo")
1314
certspath = cwd / "jdk8_shipped_cacerts_plus_cert_pem"

0 commit comments

Comments
 (0)