Visual Studio测试任务运行vstest错误

Visual Studio Test task runvstest error

前几天,我们的 UT 由于以下错误开始失败(没有任何变化):

Assertion failed: new_time >= loop->time, file src\win\timer.c, line 37

[error]Exit code 3 returned from process: file name 'C:\New Agent\externals\node\bin\node.exe', arguments '"C:\New Agent_work_tasks\VSTest_ef087383-ee5e-42c7-9a53-ab56c98420f9.0.55\runvstest.js"'.

[debug]Microsoft.VisualStudio.Services.Agent.ProcessExitCodeException: Exit code 3 returned from process: file name 'C:\New Agent\externals\node\bin\node.exe', arguments '"C:\New Agent_work_tasks\VSTest_ef087383-ee5e-42c7-9a53-ab56c98420f9.0.55\runvstest.js"'.

知道问题出在哪里吗?

尝试清理文件夹C:\New Agent\_work\_tasks并进行另一次测试。