]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/filestore_idempotent.py
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / qa / tasks / filestore_idempotent.py
index 35c1a80022f37cbffd151dfd60903d1e3a2110d4..75c38a04f46a8f67f68fbfe0e78b059991183b11 100644 (file)
@@ -13,7 +13,7 @@ def task(ctx, config):
     """
     Test filestore/filejournal handling of non-idempotent events.
 
-    Currently this is a kludge; we require the ceph task preceeds us just
+    Currently this is a kludge; we require the ceph task precedes us just
     so that we get the tarball installed to run the test binary.
 
     :param ctx: Context
@@ -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')