diff --git a/scripts/objc-test.sh b/scripts/objc-test.sh index f52f38737a9c34..ed670cc2a2a5f2 100755 --- a/scripts/objc-test.sh +++ b/scripts/objc-test.sh @@ -56,7 +56,7 @@ function waitForPackager { if [ "$1" = "test" ]; then # Start the packager -npm run start || echo "Can't start packager automatically" & +npm run start --max-workers=1 || echo "Can't start packager automatically" & # Start the WebSocket test server open "./IntegrationTests/launchWebSocketServer.command" || echo "Can't start web socket server automatically"