Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Aug 29, 2023
1 parent 675ca43 commit 0b82a16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bwc-test/src/test/java/SecurityBackwardsCompatibilityIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ protected static void configureHttpsClient(RestClientBuilder builder, Settings s
throw new RuntimeException(e);
}
});

// final TimeValue socketTimeout = TimeValue.parseTimeValue("60s");
// builder.setRequestConfigCallback(conf -> conf.setSocketTimeout(Math.toIntExact(socketTimeout.getMillis())));
}

public void testBasicBackwardsCompatibility() throws Exception {
Expand Down

0 comments on commit 0b82a16

Please sign in to comment.