storagefsm: Drop addpiece wait after fixing storageadapter
This commit is contained in:
parent
df14f156e1
commit
1336d8855d
2
extern/storage-sealing/input.go
vendored
2
extern/storage-sealing/input.go
vendored
@ -181,8 +181,6 @@ func (m *Sealing) handleAddPiece(ctx statemachine.Context, sector SectorInfo) er
|
||||
})
|
||||
}
|
||||
|
||||
time.Sleep(1 * time.Second) // TODO: deal tests are unhappy without this
|
||||
|
||||
ppi, err := m.sealer.AddPiece(sectorstorage.WithPriority(ctx.Context(), DealSectorPriority),
|
||||
m.minerSector(sector.SectorType, sector.SectorNumber),
|
||||
pieceSizes,
|
||||
|
Loading…
Reference in New Issue
Block a user