diff --git a/test/core/util/test_config.c b/test/core/util/test_config.c
index 62468a5a61a88357b1c4ca0db07c769f8efd8b1d..270d16600d31b026a6cdcc324aef06cfed1c18dc 100644
--- a/test/core/util/test_config.c
+++ b/test/core/util/test_config.c
@@ -210,7 +210,7 @@ static void install_crash_handler() {
 #include <stdio.h>
 #include <string.h>
 
-static char g_alt_stack[MINSIGSTKSZ];
+static char g_alt_stack[GPR_MAX(MINSIGSTKSZ, 65536)];
 
 #define MAX_FRAMES 32