better upgrade test times

This commit is contained in:
Steven Allen 2020-10-02 17:31:26 -07:00
parent a57288a4b9
commit f1e5e9fe72

View File

@ -119,8 +119,7 @@ func TestWindowPost(t *testing.T, b APIBuilder, blocktime time.Duration, nSector
for _, height := range []abi.ChainEpoch{
1, // before
162, // while sealing
3000, // while proving
10_000, // after
5000, // while proving
} {
t.Run(fmt.Sprintf("upgrade-%d", height), func(t *testing.T) {
testWindowPostUpgrade(t, b, blocktime, nSectors, height)