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

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,