提交 c1c9a74a 作者: Jeromy Johnson

fix too many FD error on osx

License: MIT
Signed-off-by: 's avatarJeromy Johnson <why@ipfs.io>
上级 1c2223de
package swarm
import (
"runtime"
"sync"
"testing"
"time"
......@@ -49,7 +50,8 @@ func TestSimultOpenMany(t *testing.T) {
addrs := 20
rounds := 10
if ci.IsRunning() {
if ci.IsRunning() || runtime.GOOS == "darwin" {
// osx has a limit of 256 file descriptors
addrs = 10
rounds = 5
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论