mirror of
https://github.com/golang/go
synced 2024-11-24 23:37:56 -07:00
misc/cgo/test: relax the threshold in test3250.
Fixes build for some slow FreeBSD/NetBSD/Darwin builder. R=golang-dev CC=golang-dev https://golang.org/cl/11207043
This commit is contained in:
parent
f70a19f085
commit
39b5f3a451
@ -46,7 +46,7 @@ import (
|
||||
|
||||
func test3250(t *testing.T) {
|
||||
const (
|
||||
thres = 5
|
||||
thres = 1
|
||||
sig = syscall.SIGCHLD
|
||||
)
|
||||
type result struct {
|
||||
|
Loading…
Reference in New Issue
Block a user