Skip to content

Commit 484c52e

Browse files
committed
Increate timeout of tox --notest command in circle.yml
Circle has been timeing out on this command sporadically
1 parent 6b93527 commit 484c52e

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
@@ -20,7 +20,8 @@ dependencies:
2020

2121
# install everything tox knows about and the plotly package.
2222
- pip install tox
23-
- tox --notest
23+
- tox --notest:
24+
timeout: 1200
2425
- pip install -I .
2526

2627
# we need to cd out of the project root to ensure the install worked

0 commit comments

Comments
 (0)