Skip to content
Snippets Groups Projects
Verified Commit c6efb367 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Increased timeout in test notebook via wheel.

parent ea9146b0
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,10 @@ test notebooks via wheel:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install -r requirements-ogs.txt
- find . -type f -iname '*.ipynb' | grep -vP '\.ipynb_checkpoints|\.ci-skip.ipynb$|_out|.venv|PhaseField' | PYVISTA_HEADLESS=1 xargs python Notebooks/testrunner.py --out _out
# TODO:
# - better timeout
# - run in parallel
- find . -type f -iname '*.ipynb' | grep -vP '\.ipynb_checkpoints|\.ci-skip.ipynb$|_out|.venv|PhaseField' | PYVISTA_HEADLESS=1 xargs python Notebooks/testrunner.py --out _out --timeout 1200
artifacts:
when: always
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment