1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-27 07:57:30 +08:00

ipns test: is fast republish a timing prob?

This commit is contained in:
Juan Batiz-Benet
2015-01-05 05:48:35 -08:00
parent 1ab9588cba
commit 919e9bebee

View File

@ -248,7 +248,7 @@ func TestFastRepublish(t *testing.T) {
// get first resolved hash
log.Debug("publishing first hash")
writeFileData(t, dataA, fname) // random
<-time.After(shortRepublishTimeout * 11 / 10)
<-time.After(shortRepublishTimeout * 2)
log.Debug("resolving first hash")
resolvedHash, err := node.Namesys.Resolve(pubkeyHash)
if err != nil {