summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-02-14 12:53:14 -0500
committerJason Wray <jason@mapbox.com>2018-03-30 14:31:26 -0400
commitceefea07f00f2688e9b90d8b423a12c4bd442fb0 (patch)
tree27dd443ed7bc8635a7c86b14c20c878f9b233e52
parent0c62dba2e4712600ddb3d72b1369d6fe2f89f9ca (diff)
downloadqtlocation-mapboxgl-ceefea07f00f2688e9b90d8b423a12c4bd442fb0.tar.gz
Try limiting concurrent simulators, perhaps avoiding timeouts
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d22750b488..4188361af1 100644
--- a/Makefile
+++ b/Makefile
@@ -223,6 +223,7 @@ IOS_XCODEBUILD_SIM = xcodebuild \
$(IOS_SIMULATORS) \
-parallelizeTargets \
-jobs $(JOBS) \
+ -maximum-concurrent-test-simulator-destinations 3 \
-workspace $(IOS_WORK_PATH)
$(IOS_PROJ_PATH): $(IOS_USER_DATA_PATH)/WorkspaceSettings.xcsettings $(BUILD_DEPS)