Testutil and Pause
Part of the testutil code is not recognising pause
This commit is contained in:
parent
8035583301
commit
e2670e6e8c
1 changed files with 4 additions and 1 deletions
|
@ -391,7 +391,10 @@ put_altered_indexed_objects(Book, Bucket, KSpecL, RemoveOld2i) ->
|
||||||
V,
|
V,
|
||||||
IndexGen,
|
IndexGen,
|
||||||
AddSpc),
|
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,
|
{K, AltSpc} end,
|
||||||
KSpecL),
|
KSpecL),
|
||||||
{RplKSpecL, V}.
|
{RplKSpecL, V}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue