Skip to content

Commit 5893f26

Browse files
committed
increased timeout for notebook test
1 parent 244df73 commit 5893f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notebook-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ jobs:
8989
set -e
9090
cd $GITHUB_WORKSPACE
9191
source "$VENV_PATH/bin/activate"
92-
pytest --nbmake notebooks/unit_test_synthetic.ipynb
92+
pytest --nbmake-timeout=1200 notebooks/unit_test_synthetic.ipynb

0 commit comments

Comments
 (0)