diff --git a/buildbot.py b/buildbot.py index 1929f5e..75f6d90 100755 --- a/buildbot.py +++ b/buildbot.py @@ -124,7 +124,7 @@ class jobsManager: ''' if not self.__buildjobs: # This part check for updates - if time() - self.last_updatecheck <= UPDATE_INTERVAL: + if time() - self.last_updatecheck <= UPDATE_INTERVAL * 60: if not self.idle: logger.info('Buildbot is idling for package updates.') self.idle = True