如何在 teamcity 中设置超时和 active multi 运行 builder

how can set timeout and active multi running builder in teamcity

在我当前队列中的 TeamCity 处,在任何推送和合并请求自动开始检查所有测试并推送到 NPM 之后。因此,如果我在 TeamCity 中的某些测试代理中存在错误,将等待很长时间才能完成该测试,并且我的队列将不会移动。

so I want to make time out for this example after 4 min reject the branch and move to next also I want run multi-agent for running builder

看这里,对你有帮助link