mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
increase timeout
This commit is contained in:
parent
f7cae95381
commit
c37414cc28
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ public class IPythonInterpreterTest extends BasePythonInterpreterTest {
|
|||
pool.execute(completionFuture);
|
||||
|
||||
// We ensure that running and auto completion are not hanging.
|
||||
InterpreterResult res = interpretFuture.get(10000, TimeUnit.MILLISECONDS);
|
||||
InterpreterResult res = interpretFuture.get(15000, TimeUnit.MILLISECONDS);
|
||||
List<InterpreterCompletion> autoRes = completionFuture.get(1000, TimeUnit.MILLISECONDS);
|
||||
assertTrue(res.code().name().equals("SUCCESS"));
|
||||
assertTrue(autoRes.size() > 0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue