aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/bls_c384_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bls_c384_test.cpp b/test/bls_c384_test.cpp
index 428fff7..b4a3acb 100644
--- a/test/bls_c384_test.cpp
+++ b/test/bls_c384_test.cpp
@@ -92,7 +92,7 @@ struct Thread {
};
CYBOZU_TEST_AUTO(multipleInit)
{
- const size_t n = 100;
+ const size_t n = 10;
{
std::vector<Thread> vt(n);
for (size_t i = 0; i < n; i++) {