selftests/powerpc: Give the bad_accesses test longer to run
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 19 Aug 2020 01:57:20 +0000 (11:57 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 8 Sep 2020 12:23:54 +0000 (22:23 +1000)
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
tools/testing/selftests/powerpc/mm/bad_accesses.c

index a864ed7..fd747b2 100644 (file)
@@ -139,5 +139,6 @@ static int test(void)
 
 int main(void)
 {
+       test_harness_set_timeout(300);
        return test_harness(test, "bad_accesses");
 }