From 373b8f42902686ea1181b1edd8c2c06555cad8fd Mon Sep 17 00:00:00 2001
From: Mike Buland <mike@xagasoft.com>
Date: Mon, 30 Sep 2024 12:39:06 -0700
Subject: Tweaks to the builder test.

---
 src/tests/bigmyriad.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/bigmyriad.cpp b/src/tests/bigmyriad.cpp
index cce309d..73a3315 100644
--- a/src/tests/bigmyriad.cpp
+++ b/src/tests/bigmyriad.cpp
@@ -5,7 +5,7 @@
 int main()
 {
     Bu::File f("big.myr", Bu::File::Read|Bu::File::Write|Bu::File::Create );
-    Bu::Myriad m( f, 1024, 12 );
+    Bu::Myriad m( f, 512, 12 );
 
 #define SSIZE (1024*8) // 1024*1024*10
     char *buf = new char[SSIZE];
-- 
cgit v1.2.3