Skip to content

chore: local test running improvements - #2809

Merged
bitsandfoxes merged 2 commits into
mainfrom
chore/testing-improvements
Aug 13, 2026
Merged

chore: local test running improvements#2809
bitsandfoxes merged 2 commits into
mainfrom
chore/testing-improvements

Conversation

@bitsandfoxes

Copy link
Copy Markdown
Contributor

#skip-changelog


if ($testPlatform -eq "playmode") {
$started = Invoke-UnityPipelineCommand -ProjectPath $projectPath -Command "run_tests" -CommandArguments ($commandArguments + @("--async_tests", "true"))
$started = Invoke-UnityPipelineCommand -ProjectPath $projectPath -Command "run_tests" -CommandArguments ($commandArguments + @("--async_tests", "true")) -TimeoutSeconds ($timeoutSeconds + 30)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Timeout was missing.


MonoBehaviour.StopCoroutine(_updateUiStatusCoroutine);
_updateUiStatusCoroutine = null;
if (_updateUiStatusCoroutine is not null)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a real but but following the established pattern from below. If triggering the putting-on-background twice this would throw. It's a non-existing issue on actual builds in an already deprecated feature.

@bitsandfoxes
bitsandfoxes requested a review from a team August 13, 2026 11:43
@bitsandfoxes
bitsandfoxes merged commit 5d91b7f into main Aug 13, 2026
65 checks passed
@bitsandfoxes
bitsandfoxes deleted the chore/testing-improvements branch August 13, 2026 12:15
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.

2 participants