mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Merge pull request #5464 from ryanpetrello/iso-check-timeout
fix a bug in isolated check timeout handling Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
a9e5981cfe
@ -126,6 +126,8 @@ class IsolatedManager(object):
|
||||
params['private_data_dir'] = iso_dir
|
||||
if idle_timeout:
|
||||
params['settings']['idle_timeout'] = idle_timeout
|
||||
else:
|
||||
params['settings'].pop('idle_timeout', None)
|
||||
params.update(**kw)
|
||||
if all([
|
||||
getattr(settings, 'AWX_ISOLATED_KEY_GENERATION', False) is True,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user