increase the waitrepo timeout

This commit is contained in:
Mike Bonnet 2007-05-31 17:08:52 -04:00
parent 5e5e11011b
commit b55650a012

View file

@ -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):