From a56ed18ba9b2926f65023976420de68b6c7f1bfb Mon Sep 17 00:00:00 2001 From: martinsumner Date: Wed, 2 Nov 2016 13:27:16 +0000 Subject: [PATCH] Test timing Look to see if test timing related to intermittent failure --- test/end_to_end/basic_SUITE.erl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/end_to_end/basic_SUITE.erl b/test/end_to_end/basic_SUITE.erl index bf21318..555ade5 100644 --- a/test/end_to_end/basic_SUITE.erl +++ b/test/end_to_end/basic_SUITE.erl @@ -12,12 +12,12 @@ ]). all() -> [ - simple_put_fetch_head_delete, - many_put_fetch_head, - journal_compaction, - fetchput_snapshot, - load_and_count, - load_and_count_withdelete, + % simple_put_fetch_head_delete, + % many_put_fetch_head, + % journal_compaction, + % fetchput_snapshot, + % load_and_count, + % load_and_count_withdelete, space_clear_ondelete ]. @@ -504,7 +504,7 @@ space_clear_ondelete(_Config) -> io:format("This should cause a final ledger merge event~n"), io:format("Will require the penciller to resolve the issue of creating" ++ " an empty file as all keys compact on merge~n"), - timer:sleep(5000), + timer:sleep(12000), ok = leveled_bookie:book_close(Book3), {ok, FNsD_L} = file:list_dir(RootPath ++ "/ledger/ledger_files"), io:format("Bookie has ~w ledger files " ++