From 8b65fa6575de57fc5c5a5e7db98eebfd2a3aa18f Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Fri, 3 May 2013 12:27:07 +0530 Subject: tests/bugs: Increase timeout for rebalance completion check Change-Id: Ic299c0d7b3996f6e85f9627430efbdf3f9ea0a8f BUG: 884455 Signed-off-by: shishir gowda Reviewed-on: http://review.gluster.org/4942 Reviewed-by: Vijay Bellur Tested-by: Gluster Build System --- tests/bugs/bug-884455.t | 2 +- tests/bugs/bug-915554.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/bugs') diff --git a/tests/bugs/bug-884455.t b/tests/bugs/bug-884455.t index c193cd8a..46e55dad 100755 --- a/tests/bugs/bug-884455.t +++ b/tests/bugs/bug-884455.t @@ -66,7 +66,7 @@ TEST ls -l $M0 2>/dev/null; TEST $CLI volume rebalance $V0 start force -EXPECT_WITHIN 15 "0" rebalance_completed +EXPECT_WITHIN 30 "0" rebalance_completed ## check for layout overlaps. EXPECT "0" get_layout $B0/${V0}0 $B0/${V0}1 $B0/${V0}2 diff --git a/tests/bugs/bug-915554.t b/tests/bugs/bug-915554.t index a811c18f..beb669f8 100755 --- a/tests/bugs/bug-915554.t +++ b/tests/bugs/bug-915554.t @@ -60,7 +60,7 @@ TEST $CLI volume rebalance $V0 start force # check if rebalance has completed for upto 15 secs -EXPECT_WITHIN 15 "0" rebalance_completed +EXPECT_WITHIN 30 "0" rebalance_completed # validate the file size after the migration SIZE2=`stat -c %s $M0/$i` -- cgit