File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -383,11 +383,11 @@ case "$product-$platform-$method" in
383383 " ${firestore_emulator} " start
384384 trap ' "${firestore_emulator}" stop' ERR EXIT
385385
386+ # Memory intensive, so we limit jobs
386387 RunXcodebuild \
387388 -workspace ' Firestore/Example/Firestore.xcworkspace' \
388389 -scheme " Firestore_IntegrationTests_$platform " \
389390 " ${xcb_flags[@]} " \
390- # Memory intensive, so we limit jobs
391391 -jobs 4 \
392392 build-for-testing
393393 ;;
@@ -405,11 +405,11 @@ case "$product-$platform-$method" in
405405 " ${firestore_emulator} " start
406406 trap ' "${firestore_emulator}" stop' ERR EXIT
407407
408+ # Memory intensive, so we limit jobs
408409 RunXcodebuild \
409410 -workspace ' Firestore/Example/Firestore.xcworkspace' \
410411 -scheme " Firestore_IntegrationTests_Enterprise_$platform " \
411412 " ${xcb_flags[@]} " \
412- # Memory intensive, so we limit jobs
413413 -jobs 4 \
414414 build-for-testing
415415 ;;
You can’t perform that action at this time.
0 commit comments