diff --git a/common/src/test/java/org/wildfly/httpclient/common/HTTPTestServer.java b/common/src/test/java/org/wildfly/httpclient/common/HTTPTestServer.java index 079023d7..87cd830f 100644 --- a/common/src/test/java/org/wildfly/httpclient/common/HTTPTestServer.java +++ b/common/src/test/java/org/wildfly/httpclient/common/HTTPTestServer.java @@ -252,7 +252,7 @@ private void runInternal(final RunNotifier notifier) { .addHttpListener(getHostPort(), getHostAddress()) .addHttpsListener(getSSLHostPort(), getHostAddress(), createServerSslContext()) .setServerOption(UndertowOptions.REQUIRE_HOST_HTTP11, true) - .setServerOption(UndertowOptions.NO_REQUEST_TIMEOUT, 1000) + .setServerOption(UndertowOptions.NO_REQUEST_TIMEOUT, 1000000) .setSocketOption(Options.SSL_CLIENT_AUTH_MODE, SslClientAuthMode.REQUIRED) .setHandler(securityContextAssociationHandlerElytron()) .build();