summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-12-31 16:23:05 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-12-31 16:23:05 (GMT)
commit8d8d56d7d1601a88b90524c7bcb78c2515ce770f (patch)
tree57bd83cd3eaa4bcfd0c153c6fa33bddf3d304265 /test
parent528ab9b810102a7cc7773c6403c8b2be6578d380 (diff)
downloadhdf5-8d8d56d7d1601a88b90524c7bcb78c2515ce770f.zip
hdf5-8d8d56d7d1601a88b90524c7bcb78c2515ce770f.tar.gz
hdf5-8d8d56d7d1601a88b90524c7bcb78c2515ce770f.tar.bz2
[svn-r28759] Description:
Bump number of records for level 4 update test, to cut down on number of random failures. Tested on: None - trivial
Diffstat (limited to 'test')
-rw-r--r--test/btree2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/btree2.c b/test/btree2.c
index 8a08d3d..b0c0ac3 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 (2610 * 1000)
+#define INSERT_MANY_REC (2650 * 1000)
#define FIND_MANY (INSERT_MANY / 100)
#define FIND_MANY_REC (INSERT_MANY_REC / 100)
#define FIND_NEIGHBOR 2000