Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/powerpc: Give the bad_accesses test longer to run

On older systems this test takes longer to run (duh), give it five
minutes which is long enough on a G5 970FX @ 1.6GHz.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200819015727.1977134-2-mpe@ellerman.id.au

+1
+1
tools/testing/selftests/powerpc/mm/bad_accesses.c
··· 139 139 140 140 int main(void) 141 141 { 142 + test_harness_set_timeout(300); 142 143 return test_harness(test, "bad_accesses"); 143 144 }