Unverified Commit 3fa06e69 authored by Steven Allen's avatar Steven Allen Committed by GitHub
Browse files

Merge pull request #479 from libp2p/fix/478

deflake identify test
parents da772d14 00ba6a16
...@@ -88,7 +88,7 @@ func subtestIDService(t *testing.T) { ...@@ -88,7 +88,7 @@ func subtestIDService(t *testing.T) {
// Forget the first one. // Forget the first one.
testKnowsAddrs(t, h2, h1p, addrs[:len(addrs)-1]) testKnowsAddrs(t, h2, h1p, addrs[:len(addrs)-1])
time.Sleep(500 * time.Millisecond) time.Sleep(1 * time.Second)
// Forget the rest. // Forget the rest.
testKnowsAddrs(t, h1, h2p, []ma.Multiaddr{}) testKnowsAddrs(t, h1, h2p, []ma.Multiaddr{})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment