diff --git a/tests/randomcheck.c b/tests/randomcheck.c index 560284d..12e9a1e 100644 --- a/tests/randomcheck.c +++ b/tests/randomcheck.c @@ -84,13 +84,14 @@ static void print_bitcount(void) int main(int argc,const char *argv[]) { - rounds=20000; + /* 100k rounds by default */ + rounds=100000; if(argc>1) { rounds=atoi(argv[1]); } - printf("Running %d rounds.\n\n",rounds); + printf("Running %d rounds.\n\n", rounds); result=0; #ifdef HAVE_SRANDOMDEV