Sha256: 04b7d898882b1e9bbf50350a59af3d1eae243a70dd08c13065c1608e4429bb05
Contents?: true
Size: 556 Bytes
Versions: 34
Compression:
Stored size: 556 Bytes
Contents
diff --git a/test/oxt/dynamic_thread_group_test.cpp b/test/oxt/dynamic_thread_group_test.cpp index 003b7ef..5a90463 100644 --- a/test/oxt/dynamic_thread_group_test.cpp +++ b/test/oxt/dynamic_thread_group_test.cpp @@ -103,9 +103,9 @@ namespace tut { } static void create_threads(dynamic_thread_group *group) { - for (int i = 1000; i >= 0; i--) { + for (int i = 100; i >= 0; i--) { boost::function<void ()> f(boost::bind(do_nothing, i * 1000)); - group->create_thread(f, "", 256 * 1024); + group->create_thread(f, "", 8 * 1024); } }
Version data entries
34 entries across 34 versions & 1 rubygems