make big-blkdev test less big

This commit is contained in:
Howard Mao 2019-09-03 15:05:48 -07:00
parent d3cec27471
commit 538e9edbef
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include "blkdev.h"
#define SECTOR_WORDS (BLKDEV_SECTOR_SIZE / sizeof(uint64_t))
#define TEST_SECTORS 128
#define TEST_SECTORS 16
unsigned long sector_buf[SECTOR_WORDS];