about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-10 18:25:24 -0800
committerEric Wong <normalperson@yhbt.net>2010-12-10 18:25:24 -0800
commit91369e7c1027c8f58b167b6352842e0784b4d0f1 (patch)
treed3626c78ca82734139e777f24eb99d32ecf9c861
parent40b3033aa688a2758a0e958a65000e450d474f97 (diff)
downloadruby-tdb-91369e7c1027c8f58b167b6352842e0784b4d0f1.tar.gz
Just in case it wasn't long enough to expose any issues
or crash the system.
-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 = []