Skip to content
Snippets Groups Projects
Commit dbc27e48 authored by Yury Umanets's avatar Yury Umanets
Browse files

- make margin 10 sec more in 124a to let client chance to kill some locks

parent 3be61e84
No related branches found
No related tags found
No related merge requests found
......@@ -5093,7 +5093,7 @@ test_124a() {
# Let's make sure that we really have some margin. Client checks
# cached locks every 10 sec.
SLEEP=$((SLEEP+10))
SLEEP=$((SLEEP+20))
log "Sleep ${SLEEP} sec"
local SEC=0
while ((SEC<$SLEEP)); do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment