ipns test: is fast republish a timing prob?
Juan Batiz-Benet committed
Jan 5, 2015 at 05:48 UTC
919e9bebee14f69cd5be20ea6b5dc76acafc2665
1 file changed
+1
-1
fuse/ipns/ipns_test.go
+1
-1
@@ -248,7 +248,7 @@ func TestFastRepublish(t *testing.T) {
248
// get first resolved hash
249
log.Debug("publishing first hash")
250
writeFileData(t, dataA, fname) // random
251
- <-time.After(shortRepublishTimeout * 11 / 10)
251
+ <-time.After(shortRepublishTimeout * 2)
252
log.Debug("resolving first hash")
253
resolvedHash, err := node.Namesys.Resolve(pubkeyHash)
254
if err != nil {