8000 More time. · scikit-optimize/scikit-optimize@c4c8d8e · GitHub
[go: up one dir, main page]

Skip to c 8000 ontent
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit c4c8d8e

Browse files
committed
More time.
1 parent 73dbeb1 commit c4c8d8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build_tools/circle/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ python -c "import matplotlib.pyplot as plt"
4949

5050
# Generating documentation
5151
for nb in examples/*ipynb; do
52-
jupyter nbconvert --ExecutePreprocessor.timeout=900 --execute "$nb" --to markdown |& tee -a nb_to_md.txt
52+
jupyter nbconvert --ExecutePreprocessor.timeout=1024 --execute "$nb" --to markdown |& tee -a nb_to_md.txt
5353
done
5454

5555
cd ~

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
override:
33
- bash ./build_tools/circle/install.sh:
4-
timeout: 900
4+
timeout: 1024
55

66
test:
77
# Grep error on the documentation
@@ -17,4 +17,4 @@ deployment:
1717
general:
1818
# Open the doc to the API
1919
artifacts:
20-
- nb_to_md.txt"
20+
- ~/doc/skopt/notebooks

0 commit comments

Comments
 (0)
0