Do you have some idea why it's taking so long to need a longer timeout?
On 8/31/22 13:42, Zachary Leaf wrote:
Some tests, e.g. madvise06 can timeout on slow systems for some operations:
... madvise06.c:104: TINFO: dropping caches Test timeouted, sending SIGKILL!
When running tests with runltp, export LTP_TIMEOUT_MUL to double the DEFAULT_TIMEOUT value, as set in tst_test.c.
Reported-by: Kevin Brodsky kevin.brodsky@arm.com Signed-off-by Zachary Leaf zachary.leaf@arm.com
runltp | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/runltp b/runltp index 4447da156..32cf39dfb 100755 --- a/runltp +++ b/runltp @@ -79,6 +79,8 @@ setup() export LTPROOT=${PWD} export TMPBASE="/tmp" export PATH="${PATH}:${LTPROOT}/testcases/bin:${LTPROOT}/bin"
- # double the DEFAULT_TIMEOUT (tst_test.c) when running tests
- export LTP_TIMEOUT_MUL=2
export LTP_DEV_FS_TYPE="ext2"