Skip to content

Commit

Permalink
Fix the test failure?
Browse files Browse the repository at this point in the history
Signed-off-by: Flavia Rainone <[email protected]>
  • Loading branch information
fl4via committed Aug 1, 2023
1 parent 51fcea0 commit f348954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f348954

Please sign in to comment.