From 767d9f2273e3dac262ec7ee046ddf16214dba731 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sat, 22 Jan 2022 01:27:30 +0200 Subject: [PATCH] Change timeout --- all-spark-notebook/test/test_spark_notebooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all-spark-notebook/test/test_spark_notebooks.py b/all-spark-notebook/test/test_spark_notebooks.py index a94279e7..1ed966ad 100644 --- a/all-spark-notebook/test/test_spark_notebooks.py +++ b/all-spark-notebook/test/test_spark_notebooks.py @@ -31,7 +31,7 @@ def test_nbconvert(container: TrackedContainer, test_file: str) -> None: + f"--execute {cont_data_dir}/{test_file}.ipynb" ) logs = container.run_and_wait( - timeout=timeout_ms / 10 + 10, + timeout=10, volumes={str(host_data_dir): {"bind": cont_data_dir, "mode": "ro"}}, tty=True, command=["start.sh", "bash", "-c", command],