2
0
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:
Peter Dimov
2024-04-25 04:57:42 +03:00
parent 9f5a00e1e2
commit dff6b4aba9

View File

@@ -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 ];