From f1e3955cf5081189f497814af77ec4466d142fcd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 May 2026 00:24:47 +0200 Subject: [PATCH] chore(sandcastle): increase MAX_PARALLEL to 5 --- .sandcastle/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sandcastle/constants.ts b/.sandcastle/constants.ts index 8fb4ca8a..5a7efb78 100644 --- a/.sandcastle/constants.ts +++ b/.sandcastle/constants.ts @@ -53,7 +53,7 @@ export const MAX_ISSUES_FETCH = 50 export const MAX_PRS_FETCH = 200 -export const MAX_PARALLEL = 3 +export const MAX_PARALLEL = 5 export const MAX_STDERR_CHARS = 500 -- 2.53.0