build: extend unit-race timeout
This commit is contained in:
parent
4d2665ee3a
commit
0efc499b8c
1 changed files with 4 additions and 1 deletions
|
@ -9,5 +9,8 @@ script:
|
|||
- export GO111MODULE=on
|
||||
- make fmt
|
||||
- make lint
|
||||
- make unit-race
|
||||
|
||||
# Extend unit test timeout with travis_wait
|
||||
- travis_wait make unit-race
|
||||
|
||||
- make unit-cover
|
||||
|
|
Loading…
Add table
Reference in a new issue