From 09e4f541201c90acd928880fe9dc544601ee75c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 6 May 2026 23:56:49 +0200 Subject: [PATCH] chore(sandcastle): increase MAX_CRITIC_ROUNDS to 10 --- .sandcastle/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sandcastle/constants.ts b/.sandcastle/constants.ts index d584684f..8fb4ca8a 100644 --- a/.sandcastle/constants.ts +++ b/.sandcastle/constants.ts @@ -57,7 +57,7 @@ export const MAX_PARALLEL = 3 export const MAX_STDERR_CHARS = 500 -export const MAX_CRITIC_ROUNDS = 5 +export const MAX_CRITIC_ROUNDS = 10 export const MAX_TITLE_LENGTH = 200 -- 2.53.0