Skip to content

Commit 64248b8

Browse files
committed
Increase timeout in test_spark_notebooks
1 parent 66f7bef commit 64248b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/all-spark-notebook/test_spark_notebooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_nbconvert(container: TrackedContainer, test_file: str) -> None:
2020
host_data_dir = THIS_DIR / "data"
2121
cont_data_dir = "/home/jovyan/data"
2222
output_dir = "/tmp"
23-
conversion_timeout_ms = 600
23+
conversion_timeout_ms = 5000
2424
LOGGER.info(f"Test that {test_file} notebook can be executed ...")
2525
command = (
2626
"jupyter nbconvert --to markdown "

0 commit comments

Comments
 (0)