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')