<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 27, 2021 at 11:33 AM Xinpeng Liu <<a href="mailto:liuxp11@chinatelecom.cn">liuxp11@chinatelecom.cn</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">[root@test ioctl]# ./ioctl_sg01<br>
tst_test.c:1263: TINFO: Timeout per run is 0h 05m 00s<br>
ioctl_sg01.c:81: TINFO: Found SCSI device /dev/sg2<br>
Test timeouted, sending SIGKILL!<br>
Test timeouted, sending SIGKILL!<br>
Test timeouted, sending SIGKILL!<br>
Test timeouted, sending SIGKILL!<br>
tst_test.c:1308: TINFO: If you are running on slow machine, try exporting<br>
LTP_TIMEOUT_MUL > 1<br>
tst_test.c:1309: TBROK: Test killed! (timeout?)<br>
<br>
[root@test ioctl]# lscpu |grep Model<br>
Model:                 85<br>
Model name:            Intel(R) Xeon(R) Gold 5218 CPU @ 2.30GHz<br>
<br>
[root@test ioctl]# free -h<br>
      total   used    free   shared  buff/cache   available<br>
Mem:   502G    2.7G    499G    82M      820M        497G<br>
Swap:  0B      0B      0B<br>
<br>
512G RAM is too common,so add timeout 600 seconds,result is TPASS.<br>
<br>
Signed-off-by: Xinpeng Liu <<a href="mailto:liuxp11@chinatelecom.cn" target="_blank">liuxp11@chinatelecom.cn</a>><br>
---<br>
 testcases/kernel/syscalls/ioctl/ioctl_sg01.c | 1 +<br>
 1 file changed, 1 insertion(+)<br>
<br>
diff --git a/testcases/kernel/syscalls/ioctl/ioctl_sg01.c b/testcases/kernel/syscalls/ioctl/ioctl_sg01.c<br>
index 94b30dc..d1f2d3c 100644<br>
--- a/testcases/kernel/syscalls/ioctl/ioctl_sg01.c<br>
+++ b/testcases/kernel/syscalls/ioctl/ioctl_sg01.c<br>
@@ -123,6 +123,7 @@ static void run(void)<br>
 }<br>
<br>
 static struct tst_test test = {<br>
+       .timeout = 600,<br></blockquote><div><br></div><div class="gmail_default" style="font-size:small">It's hard to say 600s is proper for other huge systems.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">What about setting .timeout = -1 to disable it like what we did for the oom0* series test:</div><div class="gmail_default" style="font-size:small"><a href="https://github.com/linux-test-project/ltp/blob/master/lib/tst_test.c#L1251">https://github.com/linux-test-project/ltp/blob/master/lib/tst_test.c#L1251</a><br></div><div class="gmail_default" style="font-size:small"><br></div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>