summaryrefslogtreecommitdiffstats
path: root/tests/bugs/quota/bug-1292020.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/quota/bug-1292020.t')
-rw-r--r--tests/bugs/quota/bug-1292020.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/quota/bug-1292020.t b/tests/bugs/quota/bug-1292020.t
index f713c74859b..b70047ae3f9 100644
--- a/tests/bugs/quota/bug-1292020.t
+++ b/tests/bugs/quota/bug-1292020.t
@@ -9,7 +9,6 @@ function write_sample_data () {
}
cleanup;
-rm -f /tmp/kbv.log
TEST glusterd;
TEST pidof glusterd;
@@ -21,7 +20,8 @@ TEST $CLI volume quota $V0 limit-usage / 1
TEST glusterfs --volfile-server=$H0 --volfile-id=$V0 $M0;
-EXPECT "passed" write_sample_data
+
+EXPECT_WITHIN 30 "passed" write_sample_data
TEST $CLI volume stop $V0
TEST $CLI volume delete $V0