]> Cypherpunks repositories - gostls13.git/commitdiff
misc/cgo/test: relax the threshold in test3250.
authorShenghou Ma <minux.ma@gmail.com>
Fri, 12 Jul 2013 06:13:59 +0000 (14:13 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Fri, 12 Jul 2013 06:13:59 +0000 (14:13 +0800)
Fixes build for some slow FreeBSD/NetBSD/Darwin builder.

R=golang-dev
CC=golang-dev
https://golang.org/cl/11207043

misc/cgo/test/issue3250.go

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