From 6901e885f16dc8126da3c31da4653116455dfd8e Mon Sep 17 00:00:00 2001 From: Chan9390 Date: Wed, 28 Jun 2017 11:15:15 +0530 Subject: [PATCH] Increased the sleep time in glassfish script #155 --- scripts/installs/start_glassfish_service.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installs/start_glassfish_service.bat b/scripts/installs/start_glassfish_service.bat index 2e903c1..5b409c7 100644 --- a/scripts/installs/start_glassfish_service.bat +++ b/scripts/installs/start_glassfish_service.bat @@ -1,2 +1,2 @@ -powershell -command "Start-Sleep -s 5" +powershell -command "Start-Sleep -s 15" net start "domain1"