Skip to content

Commit

Permalink
fix: flakytest TestFifo/fifo_with_reaching_max_concurrency_and_queue_…
Browse files Browse the repository at this point in the history
…timeouts #2557. The test is a little fuzzy so reduce the wanted ok rate by 0.0001 seems fine. (#2644)

Signed-off-by: Sandor Szücs <[email protected]>
  • Loading branch information
szuecs authored Oct 4, 2023
1 parent 839e407 commit 41326c0
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.001,
wantOkRate: 0.0009,
epsilon: 1,
},
} {
Expand Down

0 comments on commit 41326c0

Please sign in to comment.