We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd6475 commit 9c822c7Copy full SHA for 9c822c7
scripts/objc-test.sh
@@ -56,7 +56,7 @@ function waitForPackager {
56
if [ "$1" = "test" ]; then
57
58
# Start the packager
59
-npm run start || echo "Can't start packager automatically" &
+npm run start --max-workers=1 || echo "Can't start packager automatically" &
60
# Start the WebSocket test server
61
open "./IntegrationTests/launchWebSocketServer.command" || echo "Can't start web socket server automatically"
62
0 commit comments