Skip to content

Commit

Permalink
add back max workers
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Jul 24, 2018
1 parent ddfdb98 commit b1890cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/objc-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit b1890cd

Please sign in to comment.