Unverified Commit b2a73c40 authored by Yossi Gottlieb's avatar Yossi Gottlieb Committed by GitHub
Browse files

Tests: fix oom-score-adj false positives. (#7772)

The key save delay is too short and on certain systems the child process
is gone before we have a chance to inspect it.
parent 0666267d
......@@ -35,7 +35,7 @@ if {$system_name eq {linux}} {
# Check child process
r set key-a value-a
r config set rdb-key-save-delay 100000
r config set rdb-key-save-delay 1000000
r bgsave
set child_pid [get_child_pid 0]
......
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