Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0653aac

Browse files
jstriebelamueller
authored andcommitted
[MRG+1] CircleCI timeout extended (scikit-learn#7693)
* Circle CI: adding 1h timeout for build_doc.sh * Circle CI: typo + trigger build * CircleCI: trigger build again
1 parent 0198e2c commit 0653aac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ dependencies:
66
# Check whether the doc build is required, install build dependencies and
77
# run sphinx to build the doc.
88
override:
9-
- ./build_tools/circle/build_doc.sh
9+
- ./build_tools/circle/build_doc.sh:
10+
timeout: 3600 # seconds
1011
test:
1112
# Grep error on the documentation
1213
override:

0 commit comments

Comments
 (0)