increase the waitrepo timeout
This commit is contained in:
parent
5e5e11011b
commit
b55650a012
1 changed files with 1 additions and 1 deletions
|
|
@ -2281,7 +2281,7 @@ class WaitrepoTask(BaseTaskHandler):
|
|||
|
||||
PAUSE = 60
|
||||
# time in seconds before we fail this task
|
||||
TIMEOUT = 3600
|
||||
TIMEOUT = 7200
|
||||
|
||||
def checkForNVR(self, tag, nvrs, repo_creation_event):
|
||||
if not isinstance(nvrs, list):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue