Set 30m timeout on gotest as well

This commit is contained in:
Łukasz Magiera 2019-12-05 13:28:44 +01:00
parent 2960c256e0
commit 64bbcae862

View File

@ -85,7 +85,7 @@ jobs:
default: golang
go-test-flags:
type: string
default: ""
default: "-timeout 30m"
description: Flags passed to go test.
packages:
type: string