1
1
mirror of https://github.com/walles/moar.git synced 2024-08-17 07:50:35 +03:00

Give "go test" more time on Windows

It took 14s in this Travis build...

https://app.travis-ci.com/github/walles/moar/jobs/536579072

... and I want more wiggle room, so increase the timeout to 30s.
This commit is contained in:
Johan Walles 2021-09-10 06:54:52 +02:00
parent 46b84fb392
commit 7a4e512bf6

View File

@ -10,4 +10,4 @@ jobs:
- os: windows
script:
- go build
- go test -timeout 20s ./...
- go test -timeout 30s ./...