From 984f1e4343eea4ed8c2b78062a60d4877b1032f2 Mon Sep 17 00:00:00 2001 From: Bertan Dogancay <111835151+BertanDogancay@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:07:45 -0400 Subject: [PATCH] Increase MAX_STACK_SIZE for UT (#1398) --- test/common/StandaloneUtils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/StandaloneUtils.hpp b/test/common/StandaloneUtils.hpp index bcfcf90497..0c23f65d41 100644 --- a/test/common/StandaloneUtils.hpp +++ b/test/common/StandaloneUtils.hpp @@ -25,7 +25,7 @@ } while(0) // should be 112, temp fix to make CI pass -#define MAX_STACK_SIZE 360 +#define MAX_STACK_SIZE 448 #ifdef ENABLE_LL128 #define MAX_STACK_SIZE_gfx90a 296