Reduce stress timer test number of timers

This commit is contained in:
Xavier Arteaga 2020-01-27 10:30:36 +01:00 committed by Andre Puschmann
parent e0cc1fd697
commit b88a8635f1
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ static void timers2_test4_thread()
int timers2_test4()
{
timer_handler timers;
uint32_t nof_timers = 128;
uint32_t nof_timers = 32;
std::mt19937 mt19937(4);
std::uniform_real_distribution<float> real_dist(0.0f, 1.0f);