Skip to content

Commit

Permalink
update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rwc9u committed Nov 19, 2024
1 parent f21be14 commit 72c8573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/lib/ci/queue/redis/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def progress
total - size
end

def wait_for_master(timeout: 30)
def wait_for_master(timeout: 300)
return true if master?
return true if queue_initialized?

Expand Down

0 comments on commit 72c8573

Please sign in to comment.