mirror of
https://github.com/ceph/ceph
synced 2025-02-15 23:07:55 +00:00
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:
parent
c6d9ae9416
commit
77442609a0
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user