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 <sage@redhat.com>
This commit is contained in:
Sage Weil 2018-02-21 08:37:14 -06:00
parent c6d9ae9416
commit 77442609a0

View File

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