From 7cd32c18a11d0dfeb70c276b0185e21d06a71fa5 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Mon, 19 May 2014 13:29:06 +0530 Subject: tests: Use uniform timeouts Change-Id: I479ab941b3b2da3b16f624400fbd300f08326268 BUG: 1092850 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/7799 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- tests/bugs/bug-1004744.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/bugs/bug-1004744.t') diff --git a/tests/bugs/bug-1004744.t b/tests/bugs/bug-1004744.t index 1211002e299..089cb35a184 100644 --- a/tests/bugs/bug-1004744.t +++ b/tests/bugs/bug-1004744.t @@ -36,9 +36,7 @@ TEST $CLI volume add-brick $V0 $H0:$B0/${V0}{3,4}; #perform rebalance fix-layout TEST $CLI volume rebalance $V0 fix-layout start -EXPECT_WITHIN 1 "fix-layout in progress" rebalance_status_field $V0; - -EXPECT_WITHIN 30 "fix-layout completed" rebalance_status_field $V0; +EXPECT_WITHIN $REBALANCE_TIMEOUT "fix-layout completed" rebalance_status_field $V0; TEST umount $M0 TEST $CLI volume stop $V0 -- cgit