From ec0fe9db5cd464e6e8c8a3e21333c4affc6e76b5 Mon Sep 17 00:00:00 2001 From: Fredrik Eriksson Date: Sat, 11 May 2019 10:11:06 +0200 Subject: [PATCH] set default execution timeout to 15 minutes --- sau/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sau/helpers.py b/sau/helpers.py index 1433cdb..8f2c551 100644 --- a/sau/helpers.py +++ b/sau/helpers.py @@ -4,7 +4,7 @@ import time import sau -def exec_cmd(cmd, timeout=600, env = None): +def exec_cmd(cmd, timeout=900, env = None): log = logging.getLogger(sau.LOGNAME) log.debug('Executing "{}"'.format(' '.join(cmd))) proc = subprocess.Popen(