Commit 493648d6 authored by Michael Neuling's avatar Michael Neuling Committed by Michael Ellerman

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: default avatarMichael Neuling <mikey@neuling.org>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230307213614.2652059-1-mikey@neuling.org
parent a34d2f0d
...@@ -151,5 +151,6 @@ int test_signal_vmx(void) ...@@ -151,5 +151,6 @@ int test_signal_vmx(void)
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
test_harness_set_timeout(360);
return test_harness(test_signal_vmx, "vmx_signal"); return test_harness(test_signal_vmx, "vmx_signal");
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment