Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,18 @@ install-driver: build-driver sign-driver
fi

test: audit-eq-permission
# Per-test timeouts match CI. A wedged test once burned 40 minutes here
# and reported nothing about which test it was; with timeouts on, the run
# fails fast and names it. The slowest legitimate test takes about a
# second, so 120s is a ceiling no honest test can reach.
xcodebuild \
-project $(PROJECT) \
-scheme $(SCHEME) \
-destination '$(DESTINATION)' \
-derivedDataPath $(DERIVED_DATA) \
-parallel-testing-enabled NO \
-test-timeouts-enabled YES \
-maximum-test-execution-time-allowance 120 \
$(CODE_SIGN_FLAGS) \
$(XCODE_EXTRA) \
test
Expand Down
Loading