add delay before starting deals

This commit is contained in:
vyzo 2020-07-03 12:20:16 +03:00
parent faeee03dd1
commit 2b6c1e0187

View File

@ -79,6 +79,9 @@ func dealStressTest(t *testkit.TestEnvironment) error {
concurrentDeals = false
}
// this to avoid failure to get block
time.Sleep(2 * time.Second)
t.RecordMessage("starting storage deals")
if concurrentDeals {