Skip to content

Commit 61bd560

Browse files
committed
stop timer
1 parent c058f0a commit 61bd560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/virtual-payment.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func CreateVirtualPaymentTest(runEnv *runtime.RunEnv, init *run.InitContext) err
174174

175175
// Run the job(s)
176176
utils.RunJobs(createVirtualPaymentsJob, runConfig.PaymentTestDuration, int64(runConfig.ConcurrentPaymentJobs))
177-
177+
runEnv.R().Timer(fmt.Sprintf("time_to_first_payment,me=%s", me.Address)).Stop()
178178
toSleep := runConfig.GetSleepDuration()
179179
runEnv.RecordMessage("Waiting %s before closing ledger channels", toSleep)
180180
time.Sleep(toSleep)

0 commit comments

Comments
 (0)