sleep longer in test

This commit is contained in:
Yusef Napora 2020-05-19 16:15:28 -04:00
parent bd9e7b59ce
commit 82c11bce2a
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ func TestSignedPeerRecordWithNoListenAddrs(t *testing.T) {
// we need to sleep for a moment, since the signed record with the new addr is
// added async
time.Sleep(time.Millisecond)
time.Sleep(20 * time.Millisecond)
cab, ok := peerstore.GetCertifiedAddrBook(h.Peerstore())
if !ok {