From 7e06ec5b1ed6ecab8853065c9ea0dd7c1c0c58f0 Mon Sep 17 00:00:00 2001 From: Raghavendra Talur Date: Wed, 29 Jan 2014 13:38:36 +0000 Subject: 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 Reviewed-on: http://review.gluster.org/6855 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- tests/bugs/bug-1004744.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/bugs/bug-1004744.t b/tests/bugs/bug-1004744.t index 0290119ef..1211002e2 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 -- cgit