Skip to content

Commit

Permalink
try longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohnsen committed Feb 1, 2024
1 parent 7b5634a commit 95257cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95257cd

Please sign in to comment.