Unverified Commit 1e7ad894 authored by Oran Agra's avatar Oran Agra Committed by GitHub
Browse files

Tune timeout of active defrag test (#9426)

Failed on Raspberry Pi 3b where that single test took about 170 seconds
parent 9a0c0617
...@@ -73,7 +73,7 @@ start_server {tags {"defrag external:skip"} overrides {appendonly yes auto-aof-r ...@@ -73,7 +73,7 @@ start_server {tags {"defrag external:skip"} overrides {appendonly yes auto-aof-r
} }
# Wait for the active defrag to stop working. # Wait for the active defrag to stop working.
wait_for_condition 150 100 { wait_for_condition 2000 100 {
[s active_defrag_running] eq 0 [s active_defrag_running] eq 0
} else { } else {
after 120 ;# serverCron only updates the info once in 100ms after 120 ;# serverCron only updates the info once in 100ms
......
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