From: Niu Yawei Date: Tue, 10 Feb 2015 02:37:24 +0000 (-0500) Subject: LU-4306 test: bump grace time in test_4a of s-q X-Git-Tag: 2.7.51~72 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F13704%2F2;p=fs%2Flustre-release.git 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 --- 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"