From 1ae896e73f4abac1091859b0e20f4bf2fd5ae9ae Mon Sep 17 00:00:00 2001 From: Aayush Date: Fri, 23 Sep 2022 12:43:00 -0400 Subject: [PATCH] deflake TestRetryDealsNoFunds: increase wait 10x --- itests/deals_retry_deal_no_funds_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itests/deals_retry_deal_no_funds_test.go b/itests/deals_retry_deal_no_funds_test.go index 8d5a02172..650b2436e 100644 --- a/itests/deals_retry_deal_no_funds_test.go +++ b/itests/deals_retry_deal_no_funds_test.go @@ -101,7 +101,7 @@ func testDealsRetryLackOfFunds(t *testing.T, publishStorageAccountFunds abi.Toke propcid := *deal go func() { - time.Sleep(3 * time.Second) + time.Sleep(30 * time.Second) kit.SendFunds(ctx, t, minerFullNode, publishStorageDealKey.Address, types.FromFil(1))