diff --git a/process/factory.py b/process/factory.py index 7bce4085..ba269531 100644 --- a/process/factory.py +++ b/process/factory.py @@ -5887,6 +5887,7 @@ def addSetupSteps(self): haltOnFailure=True, log_eval_func=lambda c, s: regex_log_evaluator( c, s, talos_hgweb_errors), + timeout=60, )) else: self.addStep(DownloadFile( diff --git a/status/errors.py b/status/errors.py index 59b89123..6aa7f0ae 100644 --- a/status/errors.py +++ b/status/errors.py @@ -30,6 +30,7 @@ talos_hgweb_errors = ((re.compile("ERROR 500: Internal Server Error"), RETRY), (re.compile("ERROR: We tried to download the talos.json file but something failed"), RETRY), + (re.compile("command timed out:"), RETRY), ) tegra_errors = (