|
@@ -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()
|
|
|
|
|
|