Skip to content

Commit

Permalink
Extended simulator launch timeout even more.
Browse files Browse the repository at this point in the history
This should help with spurious build failures on Travis.
  • Loading branch information
erikdoe committed Dec 30, 2020
1 parent 0075423 commit c81c481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

BUILD_DIR = $(CURDIR)/Build
PRODUCT_DIR = $(BUILD_DIR)/Product
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
XCODEDIST = xcodebuild -project "$(CURDIR)/Source/OCMock.xcodeproj" -xcconfig "$(CURDIR)/Source/OCMockDist.xcconfig"
SHELL = /bin/bash -e -o pipefail

Expand Down

0 comments on commit c81c481

Please sign in to comment.