We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0075423 commit c81c481Copy full SHA for c81c481
Makefile
@@ -8,7 +8,7 @@
8
9
BUILD_DIR = $(CURDIR)/Build
10
PRODUCT_DIR = $(BUILD_DIR)/Product
11
-XCODECI = xcodebuild -project "$(CURDIR)/Source/OCMock.xcodeproj" -xcconfig "$(CURDIR)/Source/OCMockCI.xcconfig" -destination-timeout 300
+XCODECI = xcodebuild -project "$(CURDIR)/Source/OCMock.xcodeproj" -xcconfig "$(CURDIR)/Source/OCMockCI.xcconfig" -destination-timeout 600
12
XCODEDIST = xcodebuild -project "$(CURDIR)/Source/OCMock.xcodeproj" -xcconfig "$(CURDIR)/Source/OCMockDist.xcconfig"
13
SHELL = /bin/bash -e -o pipefail
14
0 commit comments