From ab37c0c6f5eaaf3780f68cda5b9919bd425f2055 Mon Sep 17 00:00:00 2001 From: Shivshankar-Reddy Date: Thu, 11 Apr 2024 21:15:28 +0000 Subject: [PATCH] adjust time to test pass Signed-off-by: Shivshankar-Reddy --- tests/unit/memefficiency.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/memefficiency.tcl b/tests/unit/memefficiency.tcl index 525db407bf..2e3e0b7959 100644 --- a/tests/unit/memefficiency.tcl +++ b/tests/unit/memefficiency.tcl @@ -169,7 +169,7 @@ run_solo {defrag} { # since the AOF contains simple (fast) SET commands (and the cron during loading runs every 1024 commands), # it'll still not block the loading for long periods of time. if {!$::no_latency} { - assert {$max_latency <= 40} + assert {$max_latency <= 65} } } } ;# Active defrag - AOF loading