Skip to content

Commit

Permalink
adjust time to test pass
Browse files Browse the repository at this point in the history
Signed-off-by: Shivshankar-Reddy <[email protected]>
  • Loading branch information
Shivshankar-Reddy committed Apr 11, 2024
1 parent ab37c0c commit dbbb173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/memefficiency.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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 <= 65}
assert {$max_latency <= 40}
}
}
} ;# Active defrag - AOF loading
Expand Down

0 comments on commit dbbb173

Please sign in to comment.