Skip to content

Commit fb4b2b2

Browse files
dfawleymenghanl
authored andcommitted
reduce timeout for tests to 5m (7m for testrace) (grpc#1635)
1 parent 5db344a commit fb4b2b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ proto:
2323
go generate google.golang.org/grpc/...
2424

2525
test: testdeps
26-
go test -cpu 1,4 google.golang.org/grpc/...
26+
go test -cpu 1,4 -timeout 5m google.golang.org/grpc/...
2727

2828
testrace: testdeps
29-
go test -race -cpu 1,4 google.golang.org/grpc/...
29+
go test -race -cpu 1,4 -timeout 7m google.golang.org/grpc/...
3030

3131
clean:
3232
go clean -i google.golang.org/grpc/...

0 commit comments

Comments
 (0)