spring-boot/spring-boot-tests
Andy Wilkinson 4d3d56abfe Try to stabilize SampleSessionWebFluxApplicationTests
userDefinedMappingsSecureByDefault in
SampleSessionWebFluxApplicationTests may fail with an NPE if the
session times out before the initial response is sent due to the absence
of a SESSION cookie in the response. The test uses a short session
timeout (2 seconds) and we've seen the problem occur on CI when,
presumably, a noisy neighbour has caused some CPU starvation.

This commit increases the timeout to 5 seconds to reduce the chance of
a short period of CPU starvation causing the test to fail.

Closes gh-25572
2021-03-10 14:06:40 +00:00
..
spring-boot-deployment-tests Split DeploymentIntegrationTests by container 2021-02-26 14:04:17 +00:00
spring-boot-integration-tests Wait for process to exit to avoid race with file deletion 2021-03-03 17:55:37 +00:00
spring-boot-smoke-tests Try to stabilize SampleSessionWebFluxApplicationTests 2021-03-10 14:06:40 +00:00