浏览代码

[oozie] Bump the workflow sumbit timeout in the tests

Romain Rigaux 10 年之前
父节点
当前提交
ad171f184f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()