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-swarm
Commits
230a36bd
Commit
230a36bd
authored
Aug 18, 2016
by
Jeromy Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sleep before final connectedness check
parent
b39cd0af
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
swarm_net_test.go
swarm_net_test.go
+2
-0
No files found.
swarm_net_test.go
View file @
230a36bd
...
...
@@ -68,6 +68,8 @@ func TestConnectednessCorrect(t *testing.T) {
t
.
Fatal
(
err
)
}
time
.
Sleep
(
time
.
Millisecond
*
50
)
expectConnectedness
(
t
,
nets
[
2
],
nets
[
1
],
inet
.
NotConnected
)
for
_
,
n
:=
range
nets
{
...
...
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