From b35f50c96c608ba650a5b3cf29fa129e01025549 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Wed, 22 Jan 2020 00:32:38 -0700 Subject: [PATCH] LU-12470 tests: increase pdirops timeout There are pretty regular failures of the sanityn pdirops test_40-47. Increase the timeout slightly to reduces the frequency of failures. Fixes: 743b85a32e24 ("LU-2233 tests: improve tests sanityn/40-47") Test-Parameters: trivial testlist=sanityn,sanityn,sanityn,sanityn Test-Parameters: testlist=sanityn,sanityn,sanityn,sanityn,sanityn Signed-off-by: Andreas Dilger Change-Id: Ie1ea5704edab97b61f563135b4cc2491dc3ebbe5 Reviewed-on: https://review.whamcloud.com/37304 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Alex Zhuravlev Reviewed-by: Oleg Drokin --- lustre/tests/sanityn.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanityn.sh b/lustre/tests/sanityn.sh index db37781..6be8d80 100755 --- a/lustre/tests/sanityn.sh +++ b/lustre/tests/sanityn.sh @@ -1453,9 +1453,9 @@ run_test 39d "sync write should update mtime" pdo_sched() { # how long 40-47 take with specific delay # sleep 0.1 # 78s - sleep 0.2 # 103s + # sleep 0.2 # 103s # sleep 0.3 # 124s - # sleep 0.5 # 164s + sleep 0.5 # 164s } # for pdo testing, we must cancel MDT-MDT locks as well as client locks to -- 1.8.3.1