Relax TestDifferentWidths

Make the margin a little wider because flakiness was reported.

Kubernetes-commit: 10326282f9d1abcd4a45b737628286d40971efea
This commit is contained in:
Mike Spreitzer 2021-10-07 16:09:53 -07:00 committed by Kubernetes Publisher
parent 72d4855673
commit 1b1389676f
1 changed files with 1 additions and 1 deletions

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,