Skip to content

Commit

Permalink
Faster tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekKnapek committed Jun 27, 2024
1 parent 500aaa0 commit adc6257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk_clib/src/mk_clib_app_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mk_lang_jumbo int mk_clib_app_test_void(void) mk_lang_noexcept
static long const s_iterations = 1l * 1l * 1000l;
#else
#if defined NDEBUG
static long const s_iterations = 1l * 1000l * 1000l;
static long const s_iterations = 1l * 10l * 1000l;
#else
static long const s_iterations = 100l;
#endif
Expand Down

0 comments on commit adc6257

Please sign in to comment.