We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f7bef commit 64248b8Copy full SHA for 64248b8
tests/all-spark-notebook/test_spark_notebooks.py
@@ -20,7 +20,7 @@ def test_nbconvert(container: TrackedContainer, test_file: str) -> None:
20
host_data_dir = THIS_DIR / "data"
21
cont_data_dir = "/home/jovyan/data"
22
output_dir = "/tmp"
23
- conversion_timeout_ms = 600
+ conversion_timeout_ms = 5000
24
LOGGER.info(f"Test that {test_file} notebook can be executed ...")
25
command = (
26
"jupyter nbconvert --to markdown "
0 commit comments