problem:

start a process and wait for its return value to see if the process starts successfully. But for some reason, the value is not returned within 30 seconds.

what I want is

if it goes over 30 seconds, stop the process.

How to check time processing time?

please tell me how to do it.


thanks