diff options
author | shishir gowda <sgowda@redhat.com> | 2013-05-03 12:27:07 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-05-31 01:03:25 -0700 |
commit | 8b65fa6575de57fc5c5a5e7db98eebfd2a3aa18f (patch) | |
tree | 84e02d99e17b51ca0b04b88cfd2ea53be68ea5b1 | |
parent | bca2449cb59727196d328462c912a1be20117b9d (diff) |
tests/bugs: Increase timeout for rebalance completion check
Change-Id: Ic299c0d7b3996f6e85f9627430efbdf3f9ea0a8f
BUG: 884455
Signed-off-by: shishir gowda <sgowda@redhat.com>
Reviewed-on: http://review.gluster.org/4942
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
-rwxr-xr-x | tests/bugs/bug-884455.t | 2 | ||||
-rwxr-xr-x | tests/bugs/bug-915554.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/bug-884455.t b/tests/bugs/bug-884455.t index c193cd8aa..46e55dad6 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 a811c18f6..beb669f8c 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` |