Merge pull request #6979 from wenottingham/nobody-pexpects-a-timeout-inquisition

Remove pexpect_timeout setting for ansible-runner

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-05-11 15:33:07 +00:00
committed by GitHub
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1416,7 +1416,6 @@ class BaseTask(object):
'status_handler': self.status_handler,
'settings': {
'job_timeout': self.get_instance_timeout(self.instance),
'pexpect_timeout': getattr(settings, 'PEXPECT_TIMEOUT', 5),
'suppress_ansible_output': True,
**process_isolation_params,
**resource_profiling_params,