tweak cc upgrade epoch
This commit is contained in:
parent
db2a45d07a
commit
fdbb1d8f3b
@ -19,7 +19,7 @@ func TestCCUpgrade(t *testing.T, b APIBuilder, blocktime time.Duration) {
|
|||||||
for _, height := range []abi.ChainEpoch{
|
for _, height := range []abi.ChainEpoch{
|
||||||
2, // before
|
2, // before
|
||||||
162, // while sealing
|
162, // while sealing
|
||||||
520, // after upgrade deal
|
530, // after upgrade deal
|
||||||
5000, // after
|
5000, // after
|
||||||
} {
|
} {
|
||||||
height := height // make linters happy by copying
|
height := height // make linters happy by copying
|
||||||
|
Loading…
Reference in New Issue
Block a user