mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Merge branch '2.1.x'
This commit is contained in:
+1
-1
@@ -187,7 +187,7 @@ class JettyWebServerFactoryCustomizerTests {
|
||||
|
||||
@Test
|
||||
void customIdleTimeout() {
|
||||
bind("server.jetty.idle-timeout=60s");
|
||||
bind("server.jetty.connection-idle-timeout=60s");
|
||||
JettyWebServer server = customizeAndGetServer();
|
||||
List<Long> timeouts = connectorsIdleTimeouts(server);
|
||||
assertThat(timeouts).containsOnly(60000L);
|
||||
|
||||
Reference in New Issue
Block a user