Skip to content
Snippets Groups Projects
Commit 360ec764 authored by Štěpán Balážik's avatar Štěpán Balážik
Browse files

WIP

parent e882ee5a
No related branches found
No related tags found
No related merge requests found
Pipeline #67865 failed
......@@ -141,7 +141,7 @@ local function test_callback()
same(cache.clear(test_name, test_exactname, test_rrtype, test_chunksize, check_callback, test_prev_state),
666, 'first callback return value is passed to cache.clear() caller')
local cnt_before_wait = cache.count()
worker.sleep(0.2)
worker.sleep(1)
is(cnt_before_wait, cache.count(), 'custom callback can stop clearing')
end
......
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