Skip to content

Commit 0646ade

Browse files
committed
test: increase test_oom levels
1 parent 07b4f05 commit 0646ade

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
@@ -459,7 +459,7 @@ static int testcase_oom(const struct test *test, int levels, bool verbose)
459459
int test_oom(const char *name, bool verbose)
460460
{
461461
size_t i;
462-
const int levels = 64;
462+
const int levels = 128;
463463
int err = 0;
464464

465465
test_mode = TEST_MEMORY;

0 commit comments

Comments
 (0)