Skip to content

Commit

Permalink
[DEM-870] timeout - on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
QFer committed Apr 12, 2019
1 parent 8f5537a commit c468f0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ script:
- python ./docs/example_projectq_grover.py
- python ./docs/example_qiskit_entangle.py
- echo "running notebooks"
- jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=180 docs/example_projectq.ipynb
- jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=180 docs/grover_algorithm_qi.ipynb
- jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=180 docs/qi-performance-test.ipynb
- jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=300 docs/example_projectq.ipynb
- jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=300 docs/grover_algorithm_qi.ipynb
- jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=300 docs/qi-performance-test.ipynb
after_success:
- coveralls
deploy:
Expand Down

0 comments on commit c468f0b

Please sign in to comment.