X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Fyaffs_fileem2k.c;h=105027602e8d74a4e07c7a170d2a794358471562;hb=7211ad39b355b558a4f8a97bc4821ee859888bd6;hp=a4baaa3c7e7825ab8436fb4b8277898436a7a19c;hpb=c4be92d4a7d255f147c5130c12207464a993f8eb;p=yaffs2.git diff --git a/direct/yaffs_fileem2k.c b/direct/yaffs_fileem2k.c index a4baaa3..1050276 100644 --- a/direct/yaffs_fileem2k.c +++ b/direct/yaffs_fileem2k.c @@ -16,7 +16,7 @@ * This is only intended as test code to test persistence etc. */ -const char *yaffs_flashif2_c_version = "$Id: yaffs_fileem2k.c,v 1.17 2009-01-16 00:46:59 charles Exp $"; +const char *yaffs_flashif2_c_version = "$Id: yaffs_fileem2k.c,v 1.18 2009-01-16 02:26:56 charles Exp $"; #include "yportenv.h" @@ -143,7 +143,7 @@ static int CheckInit(void) srand(random_seed); - remaining_ops = (rand() % 1000) * 2; + remaining_ops = (rand() % 1000) * 5; memset(dummyBuffer,0xff,sizeof(dummyBuffer));