Skip to content

Commit c81c481

Browse files
committed
Extended simulator launch timeout even more.
This should help with spurious build failures on Travis.
1 parent 0075423 commit c81c481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
BUILD_DIR = $(CURDIR)/Build
1010
PRODUCT_DIR = $(BUILD_DIR)/Product
11-
XCODECI = xcodebuild -project "$(CURDIR)/Source/OCMock.xcodeproj" -xcconfig "$(CURDIR)/Source/OCMockCI.xcconfig" -destination-timeout 300
11+
XCODECI = xcodebuild -project "$(CURDIR)/Source/OCMock.xcodeproj" -xcconfig "$(CURDIR)/Source/OCMockCI.xcconfig" -destination-timeout 600
1212
XCODEDIST = xcodebuild -project "$(CURDIR)/Source/OCMock.xcodeproj" -xcconfig "$(CURDIR)/Source/OCMockDist.xcconfig"
1313
SHELL = /bin/bash -e -o pipefail
1414

0 commit comments

Comments
 (0)