From cc4c79253ede7a2e4cc033bb4bf478fec70855da Mon Sep 17 00:00:00 2001 From: malavikaharikumar23 <38774314+malavikaharikumar23@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:52:39 +0530 Subject: [PATCH] Issue OpenLiberty#515: Fix Libert server timeout issue (#516) Co-authored-by: Malavika Harikumar --- dev/com.ibm.ws.st.was.core/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/com.ibm.ws.st.was.core/plugin.xml b/dev/com.ibm.ws.st.was.core/plugin.xml index f60dfb85..5c16902c 100644 --- a/dev/com.ibm.ws.st.was.core/plugin.xml +++ b/dev/com.ibm.ws.st.was.core/plugin.xml @@ -65,7 +65,7 @@ runtime="true" hasConfiguration="false" launchModes="run,debug" - startTimeout="60000" + startTimeout="300000" stopTimeout="30000" initialState="stopped" supportsRemoteHosts="true"