Relax TestDifferentWidths
Make the margin a little wider because flakiness was reported. Kubernetes-commit: 10326282f9d1abcd4a45b737628286d40971efea
This commit is contained in:
parent
72d4855673
commit
1b1389676f
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue