]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/filestore_idempotent: shorter test 20509/head
authorSage Weil <sage@redhat.com>
Wed, 21 Feb 2018 14:37:14 +0000 (08:37 -0600)
committerSage Weil <sage@redhat.com>
Wed, 21 Feb 2018 14:37:14 +0000 (08:37 -0600)
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>
qa/tasks/filestore_idempotent.py

index 35c1a80022f37cbffd151dfd60903d1e3a2110d4..e091148da43c8b4bd1afb81f5634dd1b44b0965f 100644 (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')