about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_tdb_mt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_tdb_mt.rb b/test/test_tdb_mt.rb
index 0e3517c..16a054d 100644
--- a/test/test_tdb_mt.rb
+++ b/test/test_tdb_mt.rb
@@ -43,7 +43,7 @@ class Test_TDB_MT < Test::Unit::TestCase
     @tdb = TDB.new(@tmp.path)
     assert_nothing_raised { @tdb.threadsafe! }
     Thread.abort_on_exception = true
-    nr = 1000
+    nr = 10000
     blob = 'foo' * 1000
     crazy = proc do
       threads = []