aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zen/cmds/service_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zen/cmds/service_cmd.cpp b/src/zen/cmds/service_cmd.cpp
index b3f64e99f..2125e49f1 100644
--- a/src/zen/cmds/service_cmd.cpp
+++ b/src/zen/cmds/service_cmd.cpp
@@ -370,7 +370,7 @@ ServiceCommand::Run(const ZenCliOptions& GlobalOptions, int argc, char** argv)
return 1;
}
- int Timeout = 3000; // Wait up to 3 seconds for the service to fully stop before uninstalling
+ int Timeout = 30000; // Wait up to 30 seconds for the service to fully stop before uninstalling
while (Timeout > 0)
{
Ec = QueryInstalledService(m_ServiceName, Info);