increase expected fairness margin in TestDifferentWidths
Signed-off-by: Andrew Sy Kim <andrewsy@google.com> Kubernetes-commit: 736720128824264b4246f247b9ec0d09f5383cf0
This commit is contained in:
parent
062f1cebb4
commit
f86340dad2
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue