Skip to content

Commit 1938696

Browse files
committed
reduce timeout for travis
1 parent 2fcf17c commit 1938696

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
@@ -31,7 +31,7 @@ install:
3131

3232
script:
3333
- cd topicnet
34-
- py.test . --timeout=40 --cov
34+
- py.test . --timeout=20 --cov
3535

3636
after_success:
3737
- codecov

0 commit comments

Comments
 (0)