Commit 39b5f3a4 authored by Shenghou Ma's avatar Shenghou Ma

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
parent f70a19f0
...@@ -46,7 +46,7 @@ import ( ...@@ -46,7 +46,7 @@ import (
func test3250(t *testing.T) { func test3250(t *testing.T) {
const ( const (
thres = 5 thres = 1
sig = syscall.SIGCHLD sig = syscall.SIGCHLD
) )
type result struct { type result struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment