Skip to content

test: correct test-worker-eventlooputil

The active worker check compared the time from sending message till response arrived from worker with the complete time the worker was running till it responses to the spin request.

If sending back the message is slow for some reason the test fails.

Adapt the test to compare the time seen inside the worker with the time read from main thread.

Fixes: #35844 (closed) Refs: #35886 Refs: #35664

Merge request reports

Loading