We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244df73 commit 5893f26Copy full SHA for 5893f26
.github/workflows/notebook-test.yml
@@ -89,4 +89,4 @@ jobs:
89
set -e
90
cd $GITHUB_WORKSPACE
91
source "$VENV_PATH/bin/activate"
92
- pytest --nbmake notebooks/unit_test_synthetic.ipynb
+ pytest --nbmake-timeout=1200 notebooks/unit_test_synthetic.ipynb
0 commit comments