summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/wt7989_compact_checkpoint/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/wt7989_compact_checkpoint/main.c')
-rw-r--r--src/third_party/wiredtiger/test/csuite/wt7989_compact_checkpoint/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/csuite/wt7989_compact_checkpoint/main.c b/src/third_party/wiredtiger/test/csuite/wt7989_compact_checkpoint/main.c
index f8af119cd6c..9c99870f573 100644
--- a/src/third_party/wiredtiger/test/csuite/wt7989_compact_checkpoint/main.c
+++ b/src/third_party/wiredtiger/test/csuite/wt7989_compact_checkpoint/main.c
@@ -37,7 +37,7 @@
* with "verbose=[compact,compact_progress]". There's a chance these two cases are different.
*/
-#define NUM_RECORDS 1000000
+#define NUM_RECORDS WT_MILLION
#define CHECKPOINT_NUM 3
#define HOME_BUF_SIZE 512
#define STAT_BUF_SIZE 128