Speed of corrupted sft unit test
Test too slow when running with coverage
This commit is contained in:
parent
5a36f053d9
commit
b47f8963d5
1 changed files with 1 additions and 1 deletions
|
@ -1908,7 +1908,7 @@ key_dominates_test() ->
|
||||||
|
|
||||||
corrupted_sft_test() ->
|
corrupted_sft_test() ->
|
||||||
Filename = "../test/bigcorrupttest1.sft",
|
Filename = "../test/bigcorrupttest1.sft",
|
||||||
{KL1, KL2} = {lists:ukeysort(1, generate_randomkeys(10000)), []},
|
{KL1, KL2} = {lists:ukeysort(1, generate_randomkeys(2000)), []},
|
||||||
{InitHandle, InitFileMD} = create_file(Filename),
|
{InitHandle, InitFileMD} = create_file(Filename),
|
||||||
{Handle, _FileMD, _Rems} = complete_file(InitHandle,
|
{Handle, _FileMD, _Rems} = complete_file(InitHandle,
|
||||||
InitFileMD,
|
InitFileMD,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue