Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #759 from jupierce/longer_timeout
Browse files Browse the repository at this point in the history
Increase max timeout for builds
  • Loading branch information
jupierce committed Apr 12, 2023
2 parents 1081139 + 5098cea commit ef52319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doozerlib/brew.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_watch_task_info_copy():


def watch_task(session, log_f, task_id, terminate_event):
end = time.time() + 4 * 60 * 60
end = time.time() + 6 * 60 * 60
watcher = koji_cli.lib.TaskWatcher(
task_id,
session,
Expand Down

0 comments on commit ef52319

Please sign in to comment.