Merge pull request #105556 from MikeSpreitzer/relax-test-different-widths

Relax TestDifferentWidths
This commit is contained in:
Kubernetes Prow Robot 2021-10-08 04:12:57 -07:00 committed by GitHub
commit 8d0acaa3ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -751,7 +751,7 @@ func TestDifferentWidths(t *testing.T) {
concurrencyLimit: 6,
evalDuration: time.Second * 20,
expectedFair: []bool{true},
expectedFairnessMargin: []float64{0.125},
expectedFairnessMargin: []float64{0.15},
expectAllRequests: true,
evalInqueueMetrics: true,
evalExecutingMetrics: true,