We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e9b55 commit 6b33d05Copy full SHA for 6b33d05
2 files changed
test/plugin/scenarios/undertow-worker-thread-pool-scenario/configuration.yml
@@ -18,3 +18,5 @@ type: jvm
18
entryService: http://localhost:8080/undertow-worker-thread-pool-scenario/case/undertow-worker-thread-pool-scenario
19
healthCheck: http://localhost:8080/undertow-worker-thread-pool-scenario/case/healthCheck
20
startScript: ./bin/startup.sh
21
+environment:
22
+ - SW_METER_REPORT_INTERVAL=1
test/plugin/scenarios/undertow-worker-thread-pool-scenario/pom.xml
@@ -79,6 +79,7 @@
79
<plugin>
80
<groupId>org.springframework.boot</groupId>
81
<artifactId>spring-boot-maven-plugin</artifactId>
82
+ <version>${spring-boot-version}</version>
83
<executions>
84
<execution>
85
<goals>
0 commit comments