2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-02-21 15:12:26 +00:00

changed test thread count

This commit is contained in:
Emil Dotchevski
2018-10-13 22:35:40 -07:00
parent f2e18cb77a
commit fa496a7f0b
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ fut_info
int
main()
{
int const thread_count = 20;
int const thread_count = 42;
std::vector<fut_info> fut;
{
std::generate_n( std::inserter(fut,fut.end()), thread_count, [ ]