From f274d2a63affd36240fa82214588d1872672ec5f Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Mon, 10 Dec 2018 13:23:39 +0000 Subject: [PATCH] Tighten acceptable duration even with cover, passes in 30s. --- test/end_to_end/recovery_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/end_to_end/recovery_SUITE.erl b/test/end_to_end/recovery_SUITE.erl index 23595b1..c9306fd 100644 --- a/test/end_to_end/recovery_SUITE.erl +++ b/test/end_to_end/recovery_SUITE.erl @@ -30,7 +30,7 @@ recovery_with_samekeyupdates(_Config) -> % run a test that involves many updates to the same key, and check that % this doesn't cause performance to flatline in either the normal "PUT" % case, or in the case of the recovery from a lost keystore - AcceptableDuration = 300, % 5 minutes + AcceptableDuration = 180, % 3 minutes E2E_SW = os:timestamp(), % Used to track time for overall job RootPath = testutil:reset_filestructure(),