From 76597838c43ef818be83f2aa962def2986335616 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Thu, 15 Aug 2024 22:37:21 +0200 Subject: [PATCH] Fix itests on machines with lots of processors (#4349) Signed-off-by: Wouter Born --- itests/itest-include.bndrun | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/itests/itest-include.bndrun b/itests/itest-include.bndrun index e2e58b654..e6a171cea 100644 --- a/itests/itest-include.bndrun +++ b/itests/itest-include.bndrun @@ -21,7 +21,8 @@ Test-Cases: ${classes;CONCRETE;PUBLIC;NAMED;*Test} # This property is set by the build-helper-maven-plugin in the itests pom.xml -runvm: \ -Djdk.util.zip.disableZip64ExtraFieldValidation=true,\ - -Dorg.osgi.service.http.port=${org.osgi.service.http.port} + -Dorg.osgi.service.http.port=${org.osgi.service.http.port},\ + -DJETTY_AVAILABLE_PROCESSORS=4 # The integration test itself does not export anything. Export-Package: