Skip to content

Commit

Permalink
subscription_manifest - increase the import timeout to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 6, 2022
1 parent 9d7eb91 commit 81c51af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/1474-subscription_manifest-timeout.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- subscription_manifest - increase the import timeout to 10 minutes (https://github.com/theforeman/foreman-ansible-modules/issues/1474)
2 changes: 1 addition & 1 deletion plugins/modules/subscription_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def main():
supports_check_mode=False,
)

module.task_timeout = 5 * 60
module.task_timeout = 10 * 60

with module.api_connection():
organization = module.lookup_entity('organization')
Expand Down

0 comments on commit 81c51af

Please sign in to comment.