From a6f2bdb966264b20d7c887668428ff746cbf1d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Novotn=C3=BD?= Date: Mon, 6 Jan 2025 12:18:59 +0100 Subject: [PATCH] test: extending request timeout --- .../src/test/java/io/evitadb/server/EvitaServerTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/evita_functional_tests/src/test/java/io/evitadb/server/EvitaServerTest.java b/evita_functional_tests/src/test/java/io/evitadb/server/EvitaServerTest.java index aa4b65d40..dafe7fae4 100644 --- a/evita_functional_tests/src/test/java/io/evitadb/server/EvitaServerTest.java +++ b/evita_functional_tests/src/test/java/io/evitadb/server/EvitaServerTest.java @@ -990,7 +990,6 @@ private Map constructTestArguments( property("api.endpoints." + it + ".host", "localhost:" + allocatedPort), property("api.endpoints." + it + ".exposeOn", "localhost:" + allocatedPort), property("api.endpoints." + it + ".enabled", "true") - property("api.endpoints." + it + ".enabled", "true") ); } ),