summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-921408.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-921408.t')
-rwxr-xr-xtests/bugs/bug-921408.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-921408.t b/tests/bugs/bug-921408.t
index ef2b4fb21cd..483bc6b3d3f 100755
--- a/tests/bugs/bug-921408.t
+++ b/tests/bugs/bug-921408.t
@@ -31,7 +31,7 @@ addbr_rebal_till_layout_change()
do
$CLI volume add-brick $V0 $H0:$B0/${V0}$l &>/dev/null
$CLI volume rebalance $V0 fix-layout start &>/dev/null
- wait_check_status 15
+ wait_check_status $REBALANCE_TIMEOUT
if [ $? -eq 1 ]
then
break