diff --git a/test/plugin/scenarios/undertow-worker-thread-pool-scenario/configuration.yml b/test/plugin/scenarios/undertow-worker-thread-pool-scenario/configuration.yml index d88246c81a..20b69af004 100644 --- a/test/plugin/scenarios/undertow-worker-thread-pool-scenario/configuration.yml +++ b/test/plugin/scenarios/undertow-worker-thread-pool-scenario/configuration.yml @@ -18,3 +18,5 @@ type: jvm entryService: http://localhost:8080/undertow-worker-thread-pool-scenario/case/undertow-worker-thread-pool-scenario healthCheck: http://localhost:8080/undertow-worker-thread-pool-scenario/case/healthCheck startScript: ./bin/startup.sh +environment: + - SW_METER_REPORT_INTERVAL=1 \ No newline at end of file diff --git a/test/plugin/scenarios/undertow-worker-thread-pool-scenario/pom.xml b/test/plugin/scenarios/undertow-worker-thread-pool-scenario/pom.xml index ba552380f3..45826aa5ff 100644 --- a/test/plugin/scenarios/undertow-worker-thread-pool-scenario/pom.xml +++ b/test/plugin/scenarios/undertow-worker-thread-pool-scenario/pom.xml @@ -79,6 +79,7 @@ org.springframework.boot spring-boot-maven-plugin + ${spring-boot-version}