From 77442609a0324b734b16d38e9887b4b6b07f09fb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 21 Feb 2018 08:37:14 -0600 Subject: [PATCH] qa/tasks/filestore_idempotent: shorter test Test a shorter sequence of events. Currently the test is taking more than 5 hours; we don't need to run quite that long. Signed-off-by: Sage Weil --- qa/tasks/filestore_idempotent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/filestore_idempotent.py b/qa/tasks/filestore_idempotent.py index 35c1a80022f..e091148da43 100644 --- a/qa/tasks/filestore_idempotent.py +++ b/qa/tasks/filestore_idempotent.py @@ -40,7 +40,7 @@ def task(ctx, config): seed = int(random.uniform(1,100)) start = 800 + random.randint(800,1200) - end = start + 150 + end = start + 50 try: log.info('creating a working dir')