Skip to content

Commit

Permalink
test: InterruptIssue158Test: Delay close by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Jul 1, 2024
1 parent c2a4109 commit 9f5377f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public abstract class InterruptIssue158Test<A extends SocketAddress> extends Soc
&& SystemPropertyUtil.getBooleanSystemProperty("selftest.issue.158.debug.verbose", true);

private static boolean DELAY_CLOSE = SystemPropertyUtil.getBooleanSystemProperty(
"selftest.issue.158.delay-close", false);
"selftest.issue.158.delay-close", true);

private final A address;
private TestInfo testInfo;
Expand Down

0 comments on commit 9f5377f

Please sign in to comment.