mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 13:02:56 +00:00
Increase timeout in test_spark_notebooks
This commit is contained in:
@@ -20,7 +20,7 @@ def test_nbconvert(container: TrackedContainer, test_file: str) -> None:
|
|||||||
host_data_dir = THIS_DIR / "data"
|
host_data_dir = THIS_DIR / "data"
|
||||||
cont_data_dir = "/home/jovyan/data"
|
cont_data_dir = "/home/jovyan/data"
|
||||||
output_dir = "/tmp"
|
output_dir = "/tmp"
|
||||||
conversion_timeout_ms = 600
|
conversion_timeout_ms = 5000
|
||||||
LOGGER.info(f"Test that {test_file} notebook can be executed ...")
|
LOGGER.info(f"Test that {test_file} notebook can be executed ...")
|
||||||
command = (
|
command = (
|
||||||
"jupyter nbconvert --to markdown "
|
"jupyter nbconvert --to markdown "
|
||||||
|
Reference in New Issue
Block a user