From: Andreas Dilger Date: Wed, 22 Jan 2020 07:32:38 +0000 (-0700) Subject: LU-12470 tests: increase pdirops timeout X-Git-Tag: 2.13.52~99 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=b35f50c96c608ba650a5b3cf29fa129e01025549 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 --- 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