mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 16:11:45 +00:00
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
This commit is contained in:
parent
34c103342b
commit
17c98a541d
1 changed files with 1 additions and 0 deletions
|
@ -139,5 +139,6 @@ static int test(void)
|
|||
|
||||
int main(void)
|
||||
{
|
||||
test_harness_set_timeout(300);
|
||||
return test_harness(test, "bad_accesses");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue