spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.77k stars 38.16k forks source link

Speed up WebFlux tests by reducing the period used in Flux interval #33738

Closed sdeleuze closed 1 month ago

sdeleuze commented 1 month ago

In WebFlux, we have various tests using a period of 50 or 100ms. We should use a smaller value like 1ms to speedup tests.