selftests/powerpc: Increase timeout for vsx_signal test
authorMichael Neuling <mikey@neuling.org>
Tue, 7 Mar 2023 21:36:14 +0000 (08:36 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 14 Mar 2023 13:52:09 +0000 (00:52 +1100)
commit493648d6795f00b6dcd6295b2b4221871bc1b25b
tree8a3977c3c9dc514460b085789d3f95a348c6a946
parenta34d2f0d79ec890b9b1b156a90016b6330173b8a
selftests/powerpc: Increase timeout for vsx_signal test

On the max config P10 machine (1920 threads and 64TB) this test fails
with a timeout:

    Sending signals to all threads 10 times...!! killing vmx_signal
    !! child died by signal 15
    failure: vmx_signal

The default timeout is 120sec so increase this 3x to 360sec. With this
change the test passes on these large machines.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230307213614.2652059-1-mikey@neuling.org
tools/testing/selftests/powerpc/math/vmx_signal.c