increase expected fairness margin in TestDifferentWidths

Signed-off-by: Andrew Sy Kim <andrewsy@google.com>

Kubernetes-commit: 736720128824264b4246f247b9ec0d09f5383cf0
This commit is contained in:
Andrew Sy Kim 2022-10-21 11:39:11 -04:00 committed by Kubernetes Publisher
parent 062f1cebb4
commit f86340dad2
1 changed files with 1 additions and 1 deletions

View File

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