Skip to content

Commit

Permalink
Increase timeout in test_spark_notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Oct 30, 2023
1 parent 66f7bef commit 64248b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/all-spark-notebook/test_spark_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_nbconvert(container: TrackedContainer, test_file: str) -> None:
host_data_dir = THIS_DIR / "data"
cont_data_dir = "/home/jovyan/data"
output_dir = "/tmp"
conversion_timeout_ms = 600
conversion_timeout_ms = 5000
LOGGER.info(f"Test that {test_file} notebook can be executed ...")
command = (
"jupyter nbconvert --to markdown "
Expand Down

0 comments on commit 64248b8

Please sign in to comment.