set default execution timeout to 15 minutes
This commit is contained in:
		| @ -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( | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user