Turning large iteration down a bit.
This commit is contained in:
parent
cb1321e977
commit
0a870bc8c5
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ TEST (block_store, large_iteration)
|
|||
rai::block_store store (init, rai::unique_path ());
|
||||
ASSERT_TRUE (!init);
|
||||
std::unordered_set <rai::account> accounts1;
|
||||
for (auto i (0); i < 10000; ++i)
|
||||
for (auto i (0); i < 1000; ++i)
|
||||
{
|
||||
rai::transaction transaction (store.environment, nullptr, true);
|
||||
rai::account account;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue