Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d97e7f19 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

selftests/powerpc: Give some tests longer to run



Some of these long running tests can time out on heavily loaded
systems, give them longer to run.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 1cdc6c14
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,5 +38,6 @@ int test_futex(void)

int main(void)
{
	test_harness_set_timeout(300);
	return test_harness(test_futex, "futex_bench");
}
+2 −0
Original line number Diff line number Diff line
@@ -84,5 +84,7 @@ int main(int argc, char *argv[])
			exit(1);
		}
	}

	test_harness_set_timeout(300);
	return test_harness(test_mmap, "mmap_bench");
}
+1 −0
Original line number Diff line number Diff line
@@ -162,5 +162,6 @@ int instruction_count(void)

int main(void)
{
	test_harness_set_timeout(300);
	return test_harness(instruction_count, "instruction_count");
}
+1 −0
Original line number Diff line number Diff line
@@ -98,5 +98,6 @@ static int lost_exception(void)

int main(void)
{
	test_harness_set_timeout(300);
	return test_harness(lost_exception, "lost_exception");
}
+1 −0
Original line number Diff line number Diff line
@@ -154,5 +154,6 @@ static int testcases(void)

int main(void)
{
	test_harness_set_timeout(300);
	return test_harness(testcases, "memcmp");
}