Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-kad-dht
Commits
c06aea3c
Commit
c06aea3c
authored
Jan 25, 2019
by
Matt Joiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce aggressive test
Doesn't pass in time with race detector enabled.
parent
2c77e278
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
notify_test.go
notify_test.go
+1
-1
No files found.
notify_test.go
View file @
c06aea3c
...
...
@@ -59,7 +59,7 @@ func TestNotifieeFuzz(t *testing.T) {
d1
:=
setupDHT
(
ctx
,
t
,
false
)
d2
:=
setupDHT
(
ctx
,
t
,
false
)
for
i
:=
0
;
i
<
10
0
;
i
++
{
for
i
:=
0
;
i
<
10
;
i
++
{
connectNoSync
(
t
,
ctx
,
d1
,
d2
)
for
_
,
conn
:=
range
d1
.
host
.
Network
()
.
ConnsToPeer
(
d2
.
self
)
{
conn
.
Close
()
...
...
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