Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
1e7ad894
Unverified
Commit
1e7ad894
authored
Aug 30, 2021
by
Oran Agra
Committed by
GitHub
Aug 30, 2021
Browse files
Tune timeout of active defrag test (#9426)
Failed on Raspberry Pi 3b where that single test took about 170 seconds
parent
9a0c0617
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/memefficiency.tcl
View file @
1e7ad894
...
...
@@ -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
15
0 100
{
wait_for_condition
200
0 100
{
[
s active_defrag_running
]
eq 0
}
else
{
after 120
;
# serverCron only updates the info once in 100ms
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment