Increase timeout in test_spark_notebooks

This commit is contained in:
Ayaz Salikhov
2023-10-30 12:13:12 +01:00
parent 66f7beff16
commit 64248b85c6

View File

@@ -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 "