summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2023-05-14 17:40:29 +0300
committerGitHub <noreply@github.com>2023-05-14 17:40:29 +0300
commit2ffde15a1dab430faec7eb071ac3aade9a9a4c00 (patch)
tree9e48fa98e5370efbccc0f96e1d77814201891832
parent11cf5cbdccee0f11f5a35e171ca78a767e18773c (diff)
downloadredis-2ffde15a1dab430faec7eb071ac3aade9a9a4c00.tar.gz
increase tollerance of new event loop test, fails on freebsd CI (#12169)
new test added in #11963, fails on freebsd CI which is slow.
-rw-r--r--tests/unit/info.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/info.tcl b/tests/unit/info.tcl
index eb5eee4de..2f3ad8d6f 100644
--- a/tests/unit/info.tcl
+++ b/tests/unit/info.tcl
@@ -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} {