about summary refs log tree commit homepage
path: root/t/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 't/GNUmakefile')
-rw-r--r--t/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 4cfcfbf..e45d453 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -65,7 +65,7 @@ test-bin-$(RUBY_VERSION)/rainbows: ../bin/rainbows
         mv $@+ $@
 
 random_blob:
-        dd if=/dev/urandom bs=1M count=10 of=$@+
+        dd if=/dev/urandom bs=1M count=30 of=$@+
         mv $@+ $@
 
 $(T): random_blob