set default execution timeout to 15 minutes
This commit is contained in:
parent
10d1999340
commit
ec0fe9db5c
@ -4,7 +4,7 @@ import time
|
|||||||
|
|
||||||
import sau
|
import sau
|
||||||
|
|
||||||
def exec_cmd(cmd, timeout=600, env = None):
|
def exec_cmd(cmd, timeout=900, env = None):
|
||||||
log = logging.getLogger(sau.LOGNAME)
|
log = logging.getLogger(sau.LOGNAME)
|
||||||
log.debug('Executing "{}"'.format(' '.join(cmd)))
|
log.debug('Executing "{}"'.format(' '.join(cmd)))
|
||||||
proc = subprocess.Popen(
|
proc = subprocess.Popen(
|
||||||
|
Loading…
Reference in New Issue
Block a user