diff options
author | Raghavendra Talur <rtalur@redhat.com> | 2014-01-29 13:38:36 +0000 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2014-02-08 11:27:54 -0800 |
commit | 7e06ec5b1ed6ecab8853065c9ea0dd7c1c0c58f0 (patch) | |
tree | a4481b1da1acd3356a266796e7d5119b5885917f /tests | |
parent | 66113e3473555c31926045218dc8b79c61751d5d (diff) |
tests: Increase Expect Within time so that valid patches pass
In some cases it is observed that fix-layout takes more
than 20 seconds to complete, causing test to fail.
Increasing it to a safe value of 30.
Change-Id: I4ac8769e3a1594240ecda96700944ab3702daacc
BUG: 1004744
Signed-off-by: Raghavendra Talur <rtalur@redhat.com>
Reviewed-on: http://review.gluster.org/6855
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bugs/bug-1004744.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-1004744.t b/tests/bugs/bug-1004744.t index 0290119ef89..1211002e299 100644 --- a/tests/bugs/bug-1004744.t +++ b/tests/bugs/bug-1004744.t @@ -38,7 +38,7 @@ TEST $CLI volume rebalance $V0 fix-layout start EXPECT_WITHIN 1 "fix-layout in progress" rebalance_status_field $V0; -EXPECT_WITHIN 20 "fix-layout completed" rebalance_status_field $V0; +EXPECT_WITHIN 30 "fix-layout completed" rebalance_status_field $V0; TEST umount $M0 TEST $CLI volume stop $V0 |