Skip to content

Commit d15985e

Browse files
committed
reduce go test timeout
1 parent d69e70d commit d15985e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ jobs:
9999
run: make fmt
100100
-
101101
name: Run tests
102-
run: go test -cover -covermode=atomic -race ./...
102+
run: go test -cover -covermode=atomic -timeout=5m -race ./...

0 commit comments

Comments
 (0)