Commit 00ba6a16 authored by Steven Allen's avatar Steven Allen
Browse files

deflake identify test

This was probably failing (rarely) due to the fact that we're shrinking the
timeout asynchronously (I think?).
parent da772d14
......@@ -88,7 +88,7 @@ func subtestIDService(t *testing.T) {
// Forget the first one.
testKnowsAddrs(t, h2, h1p, addrs[:len(addrs)-1])
time.Sleep(500 * time.Millisecond)
time.Sleep(1 * time.Second)
// Forget the rest.
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