From e2f8d4c18f8ab5a9a4d6c702bc3c1277e773418f Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 7 Oct 2024 10:12:22 -0400 Subject: [PATCH] Increase timeout in the `WebsocketConsumerTests` --- .../cloud/fn/consumer/websocket/WebsocketConsumerTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumer/spring-websocket-consumer/src/test/java/org/springframework/cloud/fn/consumer/websocket/WebsocketConsumerTests.java b/consumer/spring-websocket-consumer/src/test/java/org/springframework/cloud/fn/consumer/websocket/WebsocketConsumerTests.java index 8ec974f9..0d777c43 100644 --- a/consumer/spring-websocket-consumer/src/test/java/org/springframework/cloud/fn/consumer/websocket/WebsocketConsumerTests.java +++ b/consumer/spring-websocket-consumer/src/test/java/org/springframework/cloud/fn/consumer/websocket/WebsocketConsumerTests.java @@ -48,7 +48,7 @@ import static org.assertj.core.api.Assertions.assertThat; @DirtiesContext public class WebsocketConsumerTests { - public static final int TIMEOUT = 20000; + public static final int TIMEOUT = 30000; public static final int MESSAGE_COUNT = 100;