summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-915554.t
diff options
context:
space:
mode:
authorshishir gowda <sgowda@redhat.com>2013-05-03 12:27:07 +0530
committerVijay Bellur <vbellur@redhat.com>2013-05-31 01:03:25 -0700
commit8b65fa6575de57fc5c5a5e7db98eebfd2a3aa18f (patch)
tree84e02d99e17b51ca0b04b88cfd2ea53be68ea5b1 /tests/bugs/bug-915554.t
parentbca2449cb59727196d328462c912a1be20117b9d (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>
Diffstat (limited to 'tests/bugs/bug-915554.t')
-rwxr-xr-xtests/bugs/bug-915554.t2
1 files changed, 1 insertions, 1 deletions
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`