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