Skip to content

Commit 961820d

Browse files
committed
Allow ten minutes for tests
The ctr and ssh suites pull container images and exercise real connections on CI runners, which does not fit the five-second library default.
1 parent ca2bcda commit 961820d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

go.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
test (
22
go tool lesiw.io/tools/cmd/vet $GOARGS
3-
CGO_ENABLED=0 go test $GOARGS -shuffle=on -timeout=5s $GOFLAGS
4-
CGO_ENABLED=1 go test $GOARGS -shuffle=on -timeout=30s -race $GOFLAGS
3+
CGO_ENABLED=0 go test $GOARGS -shuffle=on -timeout=10m $GOFLAGS
4+
CGO_ENABLED=1 go test $GOARGS -shuffle=on -timeout=10m -race $GOFLAGS
55
)
66
vet go tool lesiw.io/tools/cmd/vet $GOARGS $GOFLAGS
77
fix go tool lesiw.io/tools/cmd/vet -fix $GOARGS $GOFLAGS

0 commit comments

Comments
 (0)