diff options
| -rw-r--r-- | tests/functional/disperse/test_ec_remove_brick_operations.py | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/functional/disperse/test_ec_remove_brick_operations.py b/tests/functional/disperse/test_ec_remove_brick_operations.py index d6fe98d59..184c72b63 100644 --- a/tests/functional/disperse/test_ec_remove_brick_operations.py +++ b/tests/functional/disperse/test_ec_remove_brick_operations.py @@ -75,11 +75,11 @@ class EcRemoveBrickOperations(GlusterBaseClass):              cmd = ("/usr/bin/env python %s create_deep_dirs_with_files "                     "--dirname-start-num %d "                     "--dir-depth 2 " -                   "--dir-length 20 " -                   "--max-num-of-dirs 10 " -                   "--num-of-files 10 %s" % (self.script_upload_path, -                                             self.counter, -                                             mount_obj.mountpoint)) +                   "--dir-length 5 " +                   "--max-num-of-dirs 3 " +                   "--num-of-files 3 %s" % (self.script_upload_path, +                                            self.counter, +                                            mount_obj.mountpoint))              proc = g.run_async(mount_obj.client_system, cmd,                                 user=mount_obj.user)              self.all_mounts_procs.append(proc)  | 
