Add [TIMING] instrumentation to integration test runner - #17
Closed
ofalvai wants to merge 1 commit into
Closed
Conversation
ofalvai
force-pushed
the
push-xynkovqyvutx
branch
11 times, most recently
from
August 5, 2026 07:37
de6f999 to
bb0eab9
Compare
…witches, and fix Android's fixed 10s teardown delay - Instrument the mocha test runner with [TIMING] log lines across shell exec calls, emulator boot, per-test device prep, per-scenario builds, and update-archive creation, to find what dominates test suite runtime. - RNIOS.buildApp now only runs a real xcodebuild for the first build of a project; subsequent scenario switches invoke react-native-xcode.sh directly (the same script Xcode's build phase runs) to re-bundle JS into the already-built .app, since native code never changes between scenarios. Confirmed on CI: 33% cut in build cost, ~2 min off the job, no regressions. - AndroidEmulatorManager.endRunningApplication no longer sleeps a fixed 10000ms after every force-stop (a zero-variance artificial delay that measured ~44% of the entire Android fast-test phase on CI). It now polls `adb shell pidof` every 200ms until the process is confirmed gone, capped at the old 10000ms as a safety ceiling so reliability can't regress below prior behavior. Validating locally before this push; pushing now to get a real CI read in parallel.
ofalvai
force-pushed
the
push-xynkovqyvutx
branch
from
August 5, 2026 08:29
bb0eab9 to
2246c57
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.