Explorar o código

[oozie] Bump the workflow sumbit timeout in the tests

Romain Rigaux %!s(int64=10) %!d(string=hai) anos
pai
achega
ad171f184f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      desktop/libs/liboozie/src/liboozie/oozie_api_tests.py

+ 1 - 1
desktop/libs/liboozie/src/liboozie/oozie_api_tests.py

@@ -59,7 +59,7 @@ class OozieServerProvider(object):
     cls.shutdown = [callback]
 
   @classmethod
-  def wait_until_completion(cls, oozie_jobid, timeout=300.0, step=5):
+  def wait_until_completion(cls, oozie_jobid, timeout=600.0, step=5):
     job = cls.oozie.get_job(oozie_jobid)
     start = time.time()