diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 46b8c029..014372d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: go _unittest: &_unittest go: "1.12" script: - - go test $([ $(go env GOARCH) == 'amd64' ] && echo '-race') -timeout 120s ./... + - go test $([ $(go env GOARCH) == 'amd64' ] && echo '-race') -timeout 240s ./... - if [ "$(go env GOARCH)" = "amd64" ]; then go test -race github.com/osrg/gobgp/pkg/packet/bgp -run ^Test_RaceCondition$; else echo 'skip'; fi _build: &_build |