diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-01-08 14:08:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-01-08 14:08:00 (GMT) |
commit | 887cf130ff773568f90ec8bae66dafa761a77712 (patch) | |
tree | 23d0903b2b36be6a999a4b5ecaf6fe4262a501b7 | |
parent | 74fbe507ae0e69d689409560c37974d92d28ad10 (diff) | |
download | hdf5-887cf130ff773568f90ec8bae66dafa761a77712.zip hdf5-887cf130ff773568f90ec8bae66dafa761a77712.tar.gz hdf5-887cf130ff773568f90ec8bae66dafa761a77712.tar.bz2 |
[svn-r28843] Description:
Bump number of records for random update test again.
Tested on:
MacOSX/64 10.11.2 (amazon) w/serial & parallel
(h5committest forthcoming)
-rw-r--r-- | test/btree2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/btree2.c b/test/btree2.c index 3278b67..2c9bbae 100644 --- a/test/btree2.c +++ b/test/btree2.c @@ -38,7 +38,7 @@ const char *FILENAME[] = { #define INSERT_SPLIT_ROOT_NREC 63 #define INSERT_SPLIT_ROOT_NREC_REC 64 #define INSERT_MANY (1000 * 1000) -#define INSERT_MANY_REC (2675 * 1000) +#define INSERT_MANY_REC (2700 * 1000) #define FIND_MANY (INSERT_MANY / 100) #define FIND_MANY_REC (INSERT_MANY_REC / 100) #define FIND_NEIGHBOR 2000 |