From f1e5e9fe72540bc52d131d2ff747df6883cb2aa8 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 2 Oct 2020 17:31:26 -0700 Subject: [PATCH] better upgrade test times --- api/test/window_post.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/api/test/window_post.go b/api/test/window_post.go index e77f25fe0..8f5c4db75 100644 --- a/api/test/window_post.go +++ b/api/test/window_post.go @@ -117,10 +117,9 @@ 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 - 162, // while sealing - 3000, // while proving - 10_000, // after + 1, // before + 162, // while sealing + 5000, // while proving } { t.Run(fmt.Sprintf("upgrade-%d", height), func(t *testing.T) { testWindowPostUpgrade(t, b, blocktime, nSectors, height)