1
0
mirror of https://github.com/golang/go synced 2024-11-24 21:10:04 -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:
Shenghou Ma 2013-07-12 14:13:59 +08:00
parent f70a19f085
commit 39b5f3a451

View File

@ -46,7 +46,7 @@ import (
func test3250(t *testing.T) {
const (
thres = 5
thres = 1
sig = syscall.SIGCHLD
)
type result struct {