riak_test/intercepts/hashtree_intercepts.erl

9 lines
227 B
Erlang
Raw Normal View History

-module(hashtree_intercepts).
-compile(export_all).
-include("intercept.hrl").
sleep_update_perform(State) ->
?I_INFO("sleeping update_perform 60s\n"),
timer:sleep(60000),
hashtree_orig:update_perform_orig(State).