Commit 4867159f authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

bump job timeout

parent 149c7a9b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ class Job:
        if self.thread:
            self.thread.join()

    def wait_for_results(self, timeout: float = 12000) -> None:
    def wait_for_results(self, timeout: float = 1200000) -> None:
        """Wait for job to finish."""
        self.galaxy_instance.jobs.wait_for_job(self.id, maxwait=timeout, check=True)