Tune timeout of active defrag test (#9426)
Failed on Raspberry Pi 3b where that single test took about 170 seconds
This commit is contained in:
parent
9a0c0617f1
commit
1e7ad894d2
@ -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_condition 150 100 {
|
||||
wait_for_condition 2000 100 {
|
||||
[s active_defrag_running] eq 0
|
||||
} else {
|
||||
after 120 ;# serverCron only updates the info once in 100ms
|
||||
|
Loading…
x
Reference in New Issue
Block a user