Skip to content

Commit

Permalink
increase timing_multiplicator for windows unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-ce committed Nov 27, 2023
1 parent fa3f376 commit 535fe2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unittests/nucleus/nucleus_tile_scheduler_rate_limiter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
constexpr auto timing_multiplicator = 200;
#elif defined __ANDROID__
constexpr auto timing_multiplicator = 50;
#elif defined _MSC_VER
constexpr auto timing_multiplicator = 50;
#else
constexpr auto timing_multiplicator = 10;
#endif
Expand Down

0 comments on commit 535fe2b

Please sign in to comment.