diff --git a/cmd/swarm/swarm-smoke/upload_and_sync.go b/cmd/swarm/swarm-smoke/upload_and_sync.go index b2858e2275..edcb0f48fc 100644 --- a/cmd/swarm/swarm-smoke/upload_and_sync.go +++ b/cmd/swarm/swarm-smoke/upload_and_sync.go @@ -50,6 +50,9 @@ func uploadAndSyncCmd(ctx *cli.Context, tuid string) error { metrics.GetOrRegisterCounter(fmt.Sprintf("%s.timeout", commandName), nil).Inc(1) // trigger debug functionality on randomBytes + // get all references + //httpEndpoint(hosts[0]) + // has-chunks return fmt.Errorf("timeout after %v sec", timeout) }