diff --git a/test/end_to_end/testutil.erl b/test/end_to_end/testutil.erl index b49ab21..8ff7830 100644 --- a/test/end_to_end/testutil.erl +++ b/test/end_to_end/testutil.erl @@ -391,7 +391,10 @@ put_altered_indexed_objects(Book, Bucket, KSpecL, RemoveOld2i) -> V, IndexGen, AddSpc), - ok = book_riakput(Book, O, AltSpc), + case book_riakput(Book, O, AltSpc) of + ok - > ok; + pause -> timer:sleep(?SLOWOFFER_DELAY) + end, {K, AltSpc} end, KSpecL), {RplKSpecL, V}.