From 8208419f0823867bbec8346e9abd7a4f46486c23 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Fri, 18 Aug 2023 13:54:24 +0200 Subject: [PATCH] run minimal test thread-free (#5315) This increases the end-to-end testing for single-threaded mode which otherwise might run into problems like https://github.com/status-im/nimbus-eth2/pull/5303 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c67bb849..78380c41f 100644 --- a/Makefile +++ b/Makefile @@ -248,7 +248,8 @@ local-testnet-minimal: --run-geth --dl-geth \ -- \ --verify-finalization \ - --discv5:no + --discv5:no \ + --num-threads:1 local-testnet-mainnet: ./scripts/launch_local_testnet.sh \