Service time-out change

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a system that must have an application running constantly. I set the
application to run as a service so it will run if the system restarts.
Otherwise, it won't run until someone logs on.

The application takes a very long time to start because it has to coordinate
with many input devices. Therefore the service times-out (at 30 seconds) and
the software does not start. How can I change the default time-out time to
something longer like 90 seconds?

Thank you.
 
Back
Top