Skip to content

Commit 9c822c7

Browse files
committed
add back max workers
1 parent bfd6475 commit 9c822c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/objc-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function waitForPackager {
5656
if [ "$1" = "test" ]; then
5757

5858
# Start the packager
59-
npm run start || echo "Can't start packager automatically" &
59+
npm run start --max-workers=1 || echo "Can't start packager automatically" &
6060
# Start the WebSocket test server
6161
open "./IntegrationTests/launchWebSocketServer.command" || echo "Can't start web socket server automatically"
6262

0 commit comments

Comments
 (0)