From 1025341ff3559a2bedf83ce0e2dafe21f7a4c5f8 Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Tue, 18 Jan 2022 13:19:34 +0100 Subject: [PATCH] tests/pkg_relic: increase stacksize --- tests/pkg_relic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pkg_relic/Makefile b/tests/pkg_relic/Makefile index 674530f52c..24509c97cd 100644 --- a/tests/pkg_relic/Makefile +++ b/tests/pkg_relic/Makefile @@ -27,7 +27,7 @@ BOARD_BLACKLIST := arduino-duemilanove \ z1 \ # -CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(5*THREAD_STACKSIZE_DEFAULT\) +CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(6*THREAD_STACKSIZE_DEFAULT\) USEPKG += relic USEMODULE += embunit