We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3d3a3 commit 914e7aeCopy full SHA for 914e7ae
ci/azure_build_steps.yml
@@ -29,6 +29,7 @@ steps:
29
- bash: if [ $(Agent.OS) = 'Windows_NT' ]; then cp build/testing/Release/* build/testing; fi
30
- bash: build/testing/UnitTests --gtest_shuffle --gtest_output=xml:test_$(Agent.JobName).xml || true
31
displayName: 'Run unit tests'
32
+ timeoutInMinutes: 5
33
- task: PublishTestResults@2
34
inputs:
35
testResultsFormat: 'JUnit'
0 commit comments