Skip to content

Commit

Permalink
Execution Hanging Detection
Browse files Browse the repository at this point in the history
Fixing Time comparison

Signed-off-by: Rodrigo Nardi <[email protected]>
  • Loading branch information
RodrigoMNardi committed Oct 4, 2024
1 parent df52bb9 commit 642605b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/check_suite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ def execution_started?
end

def last_job_updated_at_timer
ci_jobs.max_by(&:updated_at)&.updated_at.to_i
ci_jobs.max_by(&:updated_at)&.updated_at
end
end

0 comments on commit 642605b

Please sign in to comment.