X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Ftests%2Fvm%2Fpage-linear.c;h=652a47b36c8e83e203b9dfe968b1aae67a113fcb;hb=778d2fa16ad84aac64f3994e175b15c28fc5b163;hp=12375a7774231c7a083e7ec3a8fcb311f2caae08;hpb=e82703f6476952b17bf858801134c0cc9c38cab4;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];