Unverified Commit 2ffde15a authored by Oran Agra's avatar Oran Agra Committed by GitHub
Browse files

increase tollerance of new event loop test, fails on freebsd CI (#12169)

new test added in #11963, fails on freebsd CI which is slow.
parent 11cf5cbd
...@@ -303,7 +303,7 @@ start_server {tags {"info" "external:skip"}} { ...@@ -303,7 +303,7 @@ start_server {tags {"info" "external:skip"}} {
assert_lessthan $value 15 ;# default hz is 10 assert_lessthan $value 15 ;# default hz is 10
set value [s instantaneous_eventloop_duration_usec] set value [s instantaneous_eventloop_duration_usec]
assert_morethan $value 0 assert_morethan $value 0
assert_lessthan $value 1000 ;# default hz is 10, so duration < 1000 / 10, allow some tolerance assert_lessthan $value 22000 ;# default hz is 10, so duration < 1000 / 10, allow some tolerance
} }
test {stats: debug metrics} { test {stats: debug metrics} {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment