further fix tests

This commit is contained in:
Steven Allen 2021-01-21 10:53:06 -08:00
parent 6ce5f2736e
commit b00efcd701

View File

@ -201,7 +201,7 @@ func pledgeSectors(t *testing.T, ctx context.Context, miner TestStorageNode, n,
func TestWindowPost(t *testing.T, b APIBuilder, blocktime time.Duration, nSectors int) {
for _, height := range []abi.ChainEpoch{
1, // before
2, // before
162, // while sealing
5000, // while proving
} {