Increase timeout in the WebsocketConsumerTests

This commit is contained in:
Artem Bilan
2024-10-07 10:12:22 -04:00
parent 662fdfae38
commit e2f8d4c18f

View File

@@ -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;