This commit is contained in:
Frans Kaashoek 2024-10-30 07:21:20 -04:00
parent 8702675076
commit fc27289d78

View File

@ -168,7 +168,7 @@ void test3(void)
kill(pid);
n = ntas(1);
if(n-m < 4000)
if(n-m < 10000)
printf("\ntest3 OK\n");
else
printf("test3 FAIL m %d n %d\n", m, n);