Skip to content

Commit

Permalink
test: increase test_oom levels
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jan 10, 2025
1 parent f929020 commit f1811ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ static int testcase_oom(const struct test *test, int levels, bool verbose)
int test_oom(const char *name, bool verbose)
{
size_t i;
const int levels = 64;
const int levels = 128;
int err = 0;

test_mode = TEST_MEMORY;
Expand Down

0 comments on commit f1811ea

Please sign in to comment.