Skip to content

Commit bf2e356

Browse files
committed
travis_wait
1 parent 014a516 commit bf2e356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
- conda update conda
2222

2323
# Install dependencies
24-
- conda env create --name test-streamz --file ./conda/environments/streamz_dev.yml
24+
- travis_wait 30 conda env create --name test-streamz --file ./conda/environments/streamz_dev.yml
2525
- source activate test-streamz
2626

2727
- python setup.py install

0 commit comments

Comments
 (0)