X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fvm%2Fpage-linear.c;h=652a47b36c8e83e203b9dfe968b1aae67a113fcb;hb=a36a980e3df79c1d75c7ebedd8cb85cfe01d0795;hp=12375a7774231c7a083e7ec3a8fcb311f2caae08;hpb=843dc0b0675db989ffa0c953ca71b211a57eed9c;p=pintos-anon diff --git a/src/tests/vm/page-linear.c b/src/tests/vm/page-linear.c index 12375a7..652a47b 100644 --- a/src/tests/vm/page-linear.c +++ b/src/tests/vm/page-linear.c @@ -1,4 +1,4 @@ -/* Encrypts, then decrypts, 1 MB of memory and verifies that the +/* Encrypts, then decrypts, 2 MB of memory and verifies that the values are as they should be. */ #include @@ -6,7 +6,7 @@ #include "tests/lib.h" #include "tests/main.h" -#define SIZE (1024 * 1024) +#define SIZE (2 * 1024 * 1024) static char buf[SIZE];