Pause to allow delete_mode delay to function

This commit is contained in:
John R. Daily 2015-12-07 20:00:07 -05:00
parent 4f6a66815b
commit 8d91b1dda8

View File

@ -73,6 +73,11 @@ confirm_all_from_node(Node, Data, PvalP1, PvalP2) ->
ok = confirm_delete(C, lists:nth(15, Data)),
ok = confirm_nx_delete(C),
%% Pause briefly. Deletions have a default 3 second
%% reaping interval, and our list keys test may run
%% afoul of that.
timer:sleep(3500),
%% 5. select
ok = confirm_select(C, PvalP1, PvalP2),