Browse Source

[oozie] Bump the workflow sumbit timeout in the tests

Romain Rigaux 10 years ago
parent
commit
ad171f1
1 changed files with 1 additions and 1 deletions
  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]
     cls.shutdown = [callback]
 
 
   @classmethod
   @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)
     job = cls.oozie.get_job(oozie_jobid)
     start = time.time()
     start = time.time()