summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-765473.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-765473.t')
-rwxr-xr-xtests/bugs/bug-765473.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/bug-765473.t b/tests/bugs/bug-765473.t
index 5fc0ec9d77e..d9af751f472 100755
--- a/tests/bugs/bug-765473.t
+++ b/tests/bugs/bug-765473.t
@@ -11,7 +11,7 @@ function clients_connected()
volname=$1
gluster volume status $volname clients | grep -i 'Clients connected' | sed -e 's/[^0-9]*\(.*\)/\1/g'
}
-
+
## Start and create a volume
TEST glusterd;
TEST pidof glusterd;
@@ -27,7 +27,7 @@ TEST $CLI volume stop $V0
# write some content which will result in marking fd bad
fd_write $fd "more content"
TEST $CLI volume start $V0
-EXPECT_WITHIN 30 2 clients_connected $V0
+EXPECT_WITHIN $PROCESS_UP_TIMEOUT 2 clients_connected $V0
TEST ! fd_write $fd "still more content"
cleanup