cmd/swarm/swarm-smoke: remove sleeping from fetch

This commit is contained in:
Fabio Barone 2019-01-18 11:43:21 -05:00
parent 92b404b11c
commit b0f150caf5

View file

@ -163,8 +163,6 @@ func fetch(hash string, endpoint string, original []byte, ruid string) error {
ctx, sp := spancontext.StartSpan(context.Background(), "upload-and-sync.fetch")
defer sp.Finish()
log.Trace("sleeping", "ruid", ruid)
time.Sleep(3 * time.Second)
log.Trace("http get request", "ruid", ruid, "api", endpoint, "hash", hash)
var tn time.Time