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

Skip to content

Commit d9989ef

Browse files
committed
increase timeout to 1hr
1 parent 2d08352 commit d9989ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

circle.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ dependencies:
1313
override:
1414

1515
# run all the pre-written installers (this will take a *while*)
16-
- bash circle/setup.sh
17-
16+
# todo: remove timeout (revert to default of 600s)
17+
- bash circle/setup.sh:
18+
timeout: 3600
1819
# install testing tools for circle's version of things
1920
- pip install nose coverage
2021
- pip install -I .

0 commit comments

Comments
 (0)