deflake TestRetryDealsNoFunds: increase wait 10x

This commit is contained in:
Aayush 2022-09-23 12:43:00 -04:00
parent 54a4f14d09
commit 1ae896e73f

View File

@ -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))