Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
e123a79f
Commit
e123a79f
authored
9 years ago
by
Jeromy
Browse files
Options
Download
Email Patches
Plain Diff
make test smaller for osx
parent
d3a90434
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
p2p/net/conn/dial_test.go
+4
-0
p2p/net/conn/dial_test.go
with
4 additions
and
0 deletions
+4
-0
p2p/net/conn/dial_test.go
View file @
e123a79f
...
...
@@ -5,6 +5,7 @@ import (
"fmt"
"io"
"net"
"runtime"
"strings"
"sync"
"testing"
...
...
@@ -464,6 +465,9 @@ func TestConcurrentAccept(t *testing.T) {
n
:=
300
delay
:=
time
.
Millisecond
*
20
if
runtime
.
GOOS
==
"darwin"
{
n
=
100
}
p1
.
Addr
=
l1
.
Multiaddr
()
// Addr has been determined by kernel.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help