dependencies: update to gomega v1.22.1 and ginkgo v2.3.1
This adds support for timeouts and intermediate reports in Eventually and Consistently.
This commit is contained in:
1
vendor/github.com/onsi/gomega/gmeasure/experiment.go
generated
vendored
1
vendor/github.com/onsi/gomega/gmeasure/experiment.go
generated
vendored
@@ -463,6 +463,7 @@ func (e *Experiment) Sample(callback func(idx int), samplingConfig SamplingConfi
|
||||
minSamplingInterval := samplingConfig.MinSamplingInterval
|
||||
|
||||
work := make(chan int)
|
||||
defer close(work)
|
||||
if numParallel > 1 {
|
||||
for worker := 0; worker < numParallel; worker++ {
|
||||
go func() {
|
||||
|
||||
Reference in New Issue
Block a user