Skip to content

Commit

Permalink
program.ipfix.tests.test: tweak tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneia committed Nov 24, 2022
1 parent 5923add commit 48a1747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program/ipfix/tests/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function selftest ()
assert(diff <= tolerance, "Flows mismatch!")
end

expect(ip4_flows, 30000, 0.1)
expect(ip4_flows, 30000, 0.2)
expect(ip6_flows, 1400, 0.1)
expect(http4_flows, 200, 0.2)
expect(dns4_flows, 1300, 0.2)
Expand Down

0 comments on commit 48a1747

Please sign in to comment.