Skip to content

Commit f1811ea

Browse files
committed
test: increase test_oom levels
1 parent f929020 commit f1811ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ static int testcase_oom(const struct test *test, int levels, bool verbose)
458458
int test_oom(const char *name, bool verbose)
459459
{
460460
size_t i;
461-
const int levels = 64;
461+
const int levels = 128;
462462
int err = 0;
463463

464464
test_mode = TEST_MEMORY;

0 commit comments

Comments
 (0)