SonarQube 不延长超时时间

SonarQube not extending timeout

尝试将 SonarQube 与 TFS Online 结合使用时出现错误。它在处理过程中超时。我更改了 sonar.properties 文件并重新启动了服务。但我仍然收到一个错误,说它超时,因为它没有在 300 秒内完成。我什至尝试过扩展服务器以赋予其更多功能。我目前在 Azure 上 D2_V2

sonar.properties

sonar.jdbc.maxWait=900000

错误

2017-03-11T20:12:34.4141248Z Waiting on the SonarQube server to finish
processing in order to determine the quality gate status.
2017-03-11T20:12:34.4141248Z  2017-03-11T20:12:34.4141248Z 
2017-03-11T20:17:34.7999965Z
##[error]System.Management.Automation.RuntimeException: The analysis did not complete in the allotted time of 300 seconds. Consider setting
the build variable SonarQubeAnalysisTimeoutInSeconds to a higher
value. ---    System.Management.Automation.RuntimeException: The
analysis did not complete in the allotted time of 300 seconds.
Consider setting the build variable SonarQubeAnalysisTimeoutInSeconds
to a higher value. 2017-03-11T20:17:34.7999965Z    --- End of inner
exception stack trace --- 2017-03-11T20:17:34.7999965Z    at
System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input) 2017-03-11T20:17:34.7999965Z    at
System.Management.Automation.PowerShell.Worker.ConstructPipelineAndDoWork(Runspace rs, Boolean performSyncInvoke) 2017-03-11T20:17:34.8009662Z    at
System.Management.Automation.PowerShell.Worker.CreateRunspaceIfNeededAndDoWork(Runspace rsToUse, Boolean isSync) 2017-03-11T20:17:34.8009662Z    at
System.Management.Automation.PowerShell.CoreInvokeHelper[TInput,TOutput](PSDataCollection`1 input, PSDataCollection`1 output, PSInvocationSettings settings)
2017-03-11T20:17:34.8009662Z    at
System.Management.Automation.PowerShell.CoreInvoke[TInput,TOutput](PSDataCollection`1 input, PSDataCollection`1 output, PSInvocationSettings settings)
2017-03-11T20:17:34.8009662Z    at
Microsoft.TeamFoundation.DistributedTask.Handlers.LegacyVSTSPowerShellHost.VSTSPowerShellHost.Main(String[] args) 2017-03-11T20:17:34.8109668Z
##[error]LegacyVSTSPowerShellHost.exe completed with return code: -1. 2017-03-11T20:17:34.8109668Z ##[section]Finishing: Complete the
SonarQube analysis

如错误信息所述:

The analysis did not complete in the allotted time of 300 seconds. Consider setting the build variable SonarQubeAnalysisTimeoutInSeconds to a higher value

转到构建定义中的“变量”选项卡,添加上述变量并增加值。