add delay before starting deals
This commit is contained in:
parent
faeee03dd1
commit
2b6c1e0187
@ -79,6 +79,9 @@ func dealStressTest(t *testkit.TestEnvironment) error {
|
|||||||
concurrentDeals = false
|
concurrentDeals = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// this to avoid failure to get block
|
||||||
|
time.Sleep(2 * time.Second)
|
||||||
|
|
||||||
t.RecordMessage("starting storage deals")
|
t.RecordMessage("starting storage deals")
|
||||||
if concurrentDeals {
|
if concurrentDeals {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user