build: extend unit-race timeout

This commit is contained in:
Joost Jager 2021-05-19 09:11:13 +02:00
parent 4d2665ee3a
commit 0efc499b8c

View file

@ -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