selftests/powerpc: Lower run time of count_stcx_fail test
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 6 Nov 2024 13:04:49 +0000 (00:04 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 7 Nov 2024 11:36:30 +0000 (22:36 +1100)
commit3b9bde403aafa55dcbe7dc250b95af917610f139
tree7beba9b868f5912112ed3f1daa71f31857eb88ac
parentda6ffe855b5a05f29222e3d4ffa4b549413e33a4
selftests/powerpc: Lower run time of count_stcx_fail test

The count_stcx_fail test runs for close to or just over 2 minutes, which
means it sometimes times out.

That's overkill for a test that just demonstrates some PMU counters
are working. Drop the 64 billion instruction case, to lower the runtime
to ~30s.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/20241106130453.1741013-1-mpe@ellerman.id.au
tools/testing/selftests/powerpc/pmu/count_stcx_fail.c