Skip to content

Commit bc220d4

Browse files
committed
Reduce eventLoopGroup shutdown timing in tests
1 parent 335598c commit bc220d4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,11 @@
199199
<artifactId>maven-surefire-plugin</artifactId>
200200
<configuration>
201201
<groups>standalone, online</groups>
202-
<redirectTestOutputToFile>
203-
${surefire.redirectTestOutputToFile}
204-
</redirectTestOutputToFile>
202+
<redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
203+
<systemPropertyVariables>
204+
<org.asynchttpclient.shutdownQuietPeriod>1</org.asynchttpclient.shutdownQuietPeriod>
205+
<org.asynchttpclient.shutdownTimeout>100</org.asynchttpclient.shutdownTimeout>
206+
</systemPropertyVariables>
205207
</configuration>
206208
</plugin>
207209
</plugins>

0 commit comments

Comments
 (0)