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
5c8d25e2
Unverified
Commit
5c8d25e2
authored
May 05, 2020
by
Steven Allen
Committed by
GitHub
May 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: fix wording
parent
4c86378b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ext_test.go
ext_test.go
+1
-1
No files found.
ext_test.go
View file @
5c8d25e2
...
...
@@ -47,7 +47,7 @@ func TestHungRequest(t *testing.T) {
})
}
// Wait at
most 100ms
for a peer in our routing table.
// Wait at
a bit
for a peer in our routing table.
for
i
:=
0
;
i
<
100
&&
d
.
routingTable
.
Size
()
==
0
;
i
++
{
time
.
Sleep
(
10
*
time
.
Millisecond
)
}
...
...
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