From: Shenghou Ma Date: Fri, 12 Jul 2013 06:13:59 +0000 (+0800) Subject: misc/cgo/test: relax the threshold in test3250. X-Git-Tag: go1.2rc2~1067 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=39b5f3a4515e04ec2a7b3054e3357c5c5af102ef;p=gostls13.git 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 --- diff --git a/misc/cgo/test/issue3250.go b/misc/cgo/test/issue3250.go index 89a455c061..60c8827f62 100644 --- a/misc/cgo/test/issue3250.go +++ b/misc/cgo/test/issue3250.go @@ -46,7 +46,7 @@ import ( func test3250(t *testing.T) { const ( - thres = 5 + thres = 1 sig = syscall.SIGCHLD ) type result struct {