Test timeouts

So that coverage testing will run.
This commit is contained in:
Martin Sumner 2017-07-02 22:23:02 +01:00
parent 52ca0e4b6c
commit fd84e4f608
4 changed files with 15 additions and 9 deletions

View file

@ -123,11 +123,11 @@ journal_compaction(_Config) ->
ChkList1 = lists:sublist(lists:sort(ObjList1), 10000),
testutil:check_forlist(Bookie1, ChkList1),
testutil:check_forobject(Bookie1, TestObject),
{B2, K2, V2, Spec2, MD} = {"Bucket1",
"Key1",
"Value1",
{B2, K2, V2, Spec2, MD} = {"Bucket2",
"Key2",
"Value2",
[],
[{"MDK1", "MDV1"}]},
[{"MDK2", "MDV2"}]},
{TestObject2, TestSpec2} = testutil:generate_testobject(B2, K2,
V2, Spec2, MD),
ok = testutil:book_riakput(Bookie1, TestObject2, TestSpec2),

View file

@ -502,7 +502,7 @@ check_indexed_objects(Book, B, KSpecL, V) ->
{fun foldkeysfun/3, []},
{"idx1_bin",
"0",
"~"},
"|"},
?RETURN_TERMS}),
SW = os:timestamp(),
{async, Fldr} = R,