Skip to content

Commit

Permalink
keepalive
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwiddis committed Jan 20, 2024
1 parent afb6db8 commit 781dbda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
product: opensearch

integ-test-with-security-linux:
strategy:
strategy:
matrix:
java: [11, 17, 21]
java: [17, 18, 19, 20, 21]

name: Run Security Integration Tests on Linux
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ buildscript {
opensearch_group = "org.opensearch"
opensearch_no_snapshot = opensearch_build.replace("-SNAPSHOT","")
System.setProperty('tests.security.manager', 'false')
System.setProperty('jdk.httpclient.keepalivetimeout', '99999')
System.setProperty('jdk.httpclient.keepalivetimeout.h2', '99999')
common_utils_version = System.getProperty("common_utils.version", opensearch_build)
}

Expand Down

0 comments on commit 781dbda

Please sign in to comment.