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

Commit

Permalink
Increase max timeout for builds
Browse files Browse the repository at this point in the history
Installer images can regularly take > 4 hours.
  • Loading branch information
jupierce committed Apr 12, 2023
1 parent 1081139 commit 5098cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doozerlib/brew.py
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 5098cea

Please sign in to comment.