Increase MAX_STACK_SIZE for UT (#1398)

This commit is contained in:
Bertan Dogancay
2024-11-01 13:07:45 -04:00
committed by GitHub
parent 6db2644766
commit 984f1e4343
+1 -1
View File
@@ -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