From 0f2f4e2c76c3a9192fde780b9da076a4eb797759 Mon Sep 17 00:00:00 2001 From: ubansal Date: Mon, 11 May 2020 14:21:32 +0530 Subject: [TestFix] Reduce the workload as rebalance was failing Change-Id: Id94870735b26fbeab2bf448d4f80341c92beb5ba Signed-off-by: ubansal --- tests/functional/disperse/test_ec_remove_brick_operations.py | 10 +++++----- 1 file 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) -- cgit