We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335598c commit bc220d4Copy full SHA for bc220d4
pom.xml
@@ -199,9 +199,11 @@
199
<artifactId>maven-surefire-plugin</artifactId>
200
<configuration>
201
<groups>standalone, online</groups>
202
- <redirectTestOutputToFile>
203
- ${surefire.redirectTestOutputToFile}
204
- </redirectTestOutputToFile>
+ <redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
+ <systemPropertyVariables>
+ <org.asynchttpclient.shutdownQuietPeriod>1</org.asynchttpclient.shutdownQuietPeriod>
205
+ <org.asynchttpclient.shutdownTimeout>100</org.asynchttpclient.shutdownTimeout>
206
+ </systemPropertyVariables>
207
</configuration>
208
</plugin>
209
</plugins>
0 commit comments