Skip to content

Commit

Permalink
Set default job timeout to 100 minutes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfu committed Oct 9, 2019
1 parent cd215c7 commit 6317702
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class ManageIQ::Providers::CloudManager::OrchestrationTemplateRunner < ::Job
DEFAULT_EXECUTION_TTL = 10 # minutes
DEFAULT_EXECUTION_TTL = 100 # minutes

def minimize_indirect
@minimize_indirect = true if @minimize_indirect.nil?
Expand Down

0 comments on commit 6317702

Please sign in to comment.