Skip to content

Commit

Permalink
fix: TestFifo requires more tuning (#2654)
Browse files Browse the repository at this point in the history
Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
  • Loading branch information
szuecs committed Oct 5, 2023
1 parent c05c85c commit 98ad969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filters/scheduler/fifo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func TestFifo(t *testing.T) {
Timeout: 250 * time.Millisecond,
},
wantParseErr: false,
wantOkRate: 0.0009,
wantOkRate: 0.0008,
epsilon: 1,
},
} {
Expand Down

0 comments on commit 98ad969

Please sign in to comment.