mirror of
https://github.com/boostorg/uuid.git
synced 2026-01-19 04:42:16 +00:00
Increase back number of threads in test_time_generator_v1_3
This commit is contained in:
@@ -29,7 +29,7 @@ void threadfunc( std::atomic<time_generator_v1::state_type>& state, std::vector<
|
||||
|
||||
int main()
|
||||
{
|
||||
int const M = 4;
|
||||
int const M = 8;
|
||||
|
||||
std::thread th[ M ];
|
||||
std::vector<uuid> v[ M ];
|
||||
|
||||
Reference in New Issue
Block a user