From 5641279101af968b88e9929c4b9d79f9bb15a6ac Mon Sep 17 00:00:00 2001 From: Niu Yawei Date: Mon, 9 Feb 2015 21:37:24 -0500 Subject: [PATCH] LU-4306 test: bump grace time in test_4a of s-q Use longer grace time in test_4a of s-q to make it more tolerance on timing. Signed-off-by: Niu Yawei Change-Id: I8580779fe2f7d2f4bb8e119be78b574fb6ac01cb Reviewed-on: http://review.whamcloud.com/13704 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Fan Yong Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin --- lustre/tests/sanity-quota.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 4fa7185..2b16a2b 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -736,7 +736,7 @@ test_file_soft() { test_4a() { local LIMIT=10 # inodes local TESTFILE=$DIR/$tdir/$tfile-0 - local GRACE=5 + local GRACE=12 set_mdt_qtype "ug" || error "enable mdt quota failed" -- 1.8.3.1