mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
use initIntpProperties instead of empty one
This commit is contained in:
parent
c37414cc28
commit
d43f03da9e
1 changed files with 2 additions and 1 deletions
|
|
@ -373,7 +373,8 @@ public class IPythonInterpreterTest extends BasePythonInterpreterTest {
|
|||
public void testIpython_shouldNotHang_whenCallingAutoCompleteAndInterpretConcurrently()
|
||||
throws InterpreterException,
|
||||
InterruptedException, TimeoutException, ExecutionException {
|
||||
startInterpreter(new Properties());
|
||||
Properties properties = initIntpProperties();
|
||||
startInterpreter(properties);
|
||||
final String code = "import time\n"
|
||||
+ "print(1)\n"
|
||||
+ "time.sleep(5)\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue