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:
Oran Agra 2021-08-30 12:39:09 +03:00 committed by GitHub
parent 9a0c0617f1
commit 1e7ad894d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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