This commit is contained in:
Anton Evangelatov 2020-06-24 16:12:10 +02:00
parent b026160c5c
commit f460d24f65

View File

@ -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 // 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) time.Sleep(3 * time.Second)
// wait for deal to be sealed t.RecordMessage("wait to be sealed")
waitDealSealed(ctx, client, deal) waitDealSealed(ctx, client, deal)
carExport := true carExport := true
@ -226,7 +226,7 @@ loop:
break loop break loop
} }
fmt.Println("Deal state: ", storagemarket.DealStates[di.State]) fmt.Println("Deal state: ", storagemarket.DealStates[di.State])
time.Sleep(time.Second / 2) time.Sleep(2 * time.Second)
} }
} }