increase tollerance of new event loop test, fails on freebsd CI (#12169)
new test added in #11963, fails on freebsd CI which is slow.
This commit is contained in:
parent
11cf5cbdcc
commit
2ffde15a1d
@ -303,7 +303,7 @@ start_server {tags {"info" "external:skip"}} {
|
||||
assert_lessthan $value 15 ;# default hz is 10
|
||||
set value [s instantaneous_eventloop_duration_usec]
|
||||
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} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user