Skip to content

Commit 7c35e80

Browse files
committed
Increase endpoint integration test timeouts
Allow longer for test responses to be returned. See gh-9316
1 parent 4df84c5 commit 7c35e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/web/AbstractWebEndpointIntegrationTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
*/
6464
public abstract class AbstractWebEndpointIntegrationTests<T extends ConfigurableApplicationContext> {
6565

66-
private static final Duration TIMEOUT = Duration.ofMinutes(2);
66+
private static final Duration TIMEOUT = Duration.ofMinutes(6);
6767

6868
private final Class<?> exporterConfiguration;
6969

0 commit comments

Comments
 (0)