[FIX] TestingPoll, unity_testing_get_job waitTimeout never short-circuited : the loop read lastResult?.status but the value is under the bridge envelope at .data.status, so it burned the full timeout (up to 56s) even when the run finished in seconds; now reads data.status against a terminal-status set. Same dead check fixed in run_tests' early-feedback branch. Regression test asserts prompt return
[FIX] AgentId, per-request _meta.agentId override leaked into later requests : the else branch reset the discovery agent but not the bridge X-Agent-Id, so a prior override's id stuck on every subsequent request (wrong queue attribution); now resets setAgentId to the process id too [FIX] QueuePoll, UNITY_QUEUE_POLL_MAX silently clamped to 1000 : Math.min(1000, queuePollMaxMs) capped the documented env var and the 1500 default; now honors the configured max
F
Francois Cugy committed
b1876bd90085b3315c74fe6d5c85811446cc3157
Parent: 7d4199b