Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Oct 8, 2024
1 parent eb274db commit 3631d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ private void addTimeout() {
if (proc != null) {
LOGGER.warning("Test timeout expired, stopping steps…");
try {
decorateConnection(endpoint("timeout").openConnection()).openStream().close();
decorateConnection(endpoint("timeout").openConnection()).getInputStream().close();
} catch (IOException x) {
x.printStackTrace();
}
Expand Down

0 comments on commit 3631d45

Please sign in to comment.