Skip to content

Commit

Permalink
storagefsm: Drop addpiece wait after fixing storageadapter
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Jan 21, 2021
1 parent 1bea5df commit 43184b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extern/storage-sealing/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 43184b4

Please sign in to comment.