Skip to content

Commit f78d296

Browse files
committed
ci: Travis timeout to 20 mins
1 parent 81cac14 commit f78d296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727

2828
script:
2929
- sed -i '/numpy/d' pyproject.toml
30-
- python3 -m cibuildwheel --output-dir dist
30+
- travis_wait python3 -m cibuildwheel --output-dir dist
3131

3232

3333
deploy:

0 commit comments

Comments
 (0)