Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit b114c9d

Browse files
committed
increase travis wait time
1 parent 6534234 commit b114c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install:
1919
# - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
2020
script:
2121
- python compile_notebooks.py
22-
- pytest .
22+
- travis_wait 30 pytest .
2323
# Check python install package
2424
# - pip install -e .
2525
# - tox -e $TOX_ENV

0 commit comments

Comments
 (0)