mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-507 Increase timeout for initializing spark interpreter
This commit is contained in:
parent
8dcf02c0cf
commit
814664e228
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ public class ZeppelinRestApiTest extends AbstractTestRestApi {
|
|||
int timeout = 1;
|
||||
while (!paragraph.isTerminated()) {
|
||||
Thread.sleep(1000);
|
||||
if (timeout++ > 30) {
|
||||
if (timeout++ > 120) {
|
||||
LOG.info("testRunParagraphWithParams timeout job.");
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue