From 64248b85c6734ac7250011a2f7fe7d5ff98a2df5 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 30 Oct 2023 12:13:12 +0100 Subject: [PATCH] Increase timeout in test_spark_notebooks --- tests/all-spark-notebook/test_spark_notebooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/all-spark-notebook/test_spark_notebooks.py b/tests/all-spark-notebook/test_spark_notebooks.py index b49b1cb2..0d1537ae 100644 --- a/tests/all-spark-notebook/test_spark_notebooks.py +++ b/tests/all-spark-notebook/test_spark_notebooks.py @@ -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 "