From 95257cdccf3ab9d9c26d8c339f7f03bddf6392f2 Mon Sep 17 00:00:00 2001 From: Kyle Johnsen Date: Thu, 1 Feb 2024 13:09:02 -0500 Subject: [PATCH] try longer timeout --- tests/test_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_docs.py b/tests/test_docs.py index 20ee498..9fa21d7 100644 --- a/tests/test_docs.py +++ b/tests/test_docs.py @@ -17,7 +17,7 @@ def test_overview_notebook_execution(): nb = read_myst_markdown_notebook(file.read()) with create_client( - nb, notebook_path, NbParserConfig(), getLogger(), None + nb, notebook_path, NbParserConfig(execution_timeout=60), getLogger(), None ) as nb_client: pass # executes notebook exec_result = nb_client.exec_metadata