From 0fa701f900aadb8a74fcbe4072eec715fbfd865e Mon Sep 17 00:00:00 2001 From: Steve Degosserie <723552+stiiifff@users.noreply.github.com> Date: Sat, 22 Nov 2025 01:07:54 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=94=A8=20Don't=20run=20Moonwall=20?= =?UTF-8?q?tests=20in=20parallel=20(#316)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/moonwall.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/moonwall.config.json b/test/moonwall.config.json index 7b51973a..519068a4 100644 --- a/test/moonwall.config.json +++ b/test/moonwall.config.json @@ -9,7 +9,7 @@ "testFileDir": ["datahaven/suites/dev"], "include": ["**/*test*.ts"], "timeout": 180000, - "multiThreads": 4, + "multiThreads": false, "contracts": "datahaven/contracts/", "runScripts": ["compile-contracts.sh compile"], "envVars": ["DEBUG_COLORS=1"],