increase expected fairness margin in TestDifferentWidths

Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
This commit is contained in:
Andrew Sy Kim 2022-10-21 11:39:11 -04:00
parent cc68c06f9c
commit 7367201288

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,