Skip to content

fix: abort test runs on timeout#82

Merged
kjonescertinia merged 2 commits into
mainfrom
fix/timeout-abort-dependency-refresh
Jun 14, 2026
Merged

fix: abort test runs on timeout#82
kjonescertinia merged 2 commits into
mainfrom
fix/timeout-abort-dependency-refresh

Conversation

@nawforce

Copy link
Copy Markdown
Contributor

Summary

Fixes timeout-abort handling in test-runner and refreshes tooling, now consuming the released @apexdevtools/sfdx-auth-helper 2.1.1.

  • abort Apex test runs when the runner hits its global timeout, while preserving the original timeout error if aborting fails
  • adopt @apexdevtools/sfdx-auth-helper ^2.1.1
  • keep the branch on 3.3.1-beta.0 as the likely next beta candidate
  • refresh TypeScript, lint, test, package manager, and GitHub Actions tooling
  • widen the mocked test harness timeout in test/Setup.ts so the timeout-specific tests do not fail spuriously under the refreshed toolchain

Closes #77.
Closes #81.

Validation

  • npm run build
  • npm test
  • npm run test:pack

Release note

This should stay on the beta path because it includes a real runtime behaviour change in addition to the tooling refresh.

@kjonescertinia kjonescertinia marked this pull request as ready for review June 14, 2026 19:35
@kjonescertinia kjonescertinia merged commit edf41c4 into main Jun 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Review dependencies, TypeScript 6, and GitHub Actions Should attempt to abort run on timeout

2 participants