aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/language-web/src/test/java/tools/refinery/language/web/tests/WebSocketIntegrationTestClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/language-web/src/test/java/tools/refinery/language/web/tests/WebSocketIntegrationTestClient.java b/subprojects/language-web/src/test/java/tools/refinery/language/web/tests/WebSocketIntegrationTestClient.java
index 2ac53ea6..46220777 100644
--- a/subprojects/language-web/src/test/java/tools/refinery/language/web/tests/WebSocketIntegrationTestClient.java
+++ b/subprojects/language-web/src/test/java/tools/refinery/language/web/tests/WebSocketIntegrationTestClient.java
@@ -19,7 +19,7 @@ import java.util.List;
19import static org.junit.jupiter.api.Assertions.fail; 19import static org.junit.jupiter.api.Assertions.fail;
20 20
21public abstract class WebSocketIntegrationTestClient { 21public abstract class WebSocketIntegrationTestClient {
22 private static final long TIMEOUT_MILLIS = Duration.ofSeconds(1).toMillis(); 22 private static final long TIMEOUT_MILLIS = Duration.ofSeconds(10).toMillis();
23 23
24 private boolean finished = false; 24 private boolean finished = false;
25 25