From fc27289d78a415ed4e4264a80b88c8496db70eef Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Wed, 30 Oct 2024 07:21:20 -0400 Subject: [PATCH] 10,000 --- user/kalloctest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/kalloctest.c b/user/kalloctest.c index 3a02952..09e3142 100644 --- a/user/kalloctest.c +++ b/user/kalloctest.c @@ -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);