From eb1a1561c29b980ee645055ee79d83d191121ee5 Mon Sep 17 00:00:00 2001 From: vyzo Date: Wed, 22 Apr 2020 15:56:45 +0300 Subject: [PATCH] travis: increase test timeout to 15 min --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 08e3b31..c6b3e89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ cache: script: - go build ./... - - travis_wait go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... + - travis_wait go test -timeout 15m -v -race -coverprofile=coverage.txt -covermode=atomic ./... after_success: - bash <(curl -s https://codecov.io/bash)