From f460d24f65a2e4abd5b8cef4c010e0ae744c95df Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Wed, 24 Jun 2020 16:12:10 +0200 Subject: [PATCH] fixup --- lotus-soup/baseline.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lotus-soup/baseline.go b/lotus-soup/baseline.go index 51b9c6a30..ea2c0de31 100644 --- a/lotus-soup/baseline.go +++ b/lotus-soup/baseline.go @@ -139,7 +139,7 @@ func runBaselineClient(t *TestEnvironment) error { // TODO: this sleep is only necessary because deals don't immediately get logged in the dealstore, we should fix this time.Sleep(3 * time.Second) - // wait for deal to be sealed + t.RecordMessage("wait to be sealed") waitDealSealed(ctx, client, deal) carExport := true @@ -226,7 +226,7 @@ loop: break loop } fmt.Println("Deal state: ", storagemarket.DealStates[di.State]) - time.Sleep(time.Second / 2) + time.Sleep(2 * time.Second) } }