Skip to content

Missing timeoutInMinutes param in components-e2e-tests #37893

Closed
@TanayParikh

Description

@TanayParikh

Missing timeoutInMinutes param as well:

parameters:
jobName: Components_E2E_Test
jobDisplayName: "Test: Blazor E2E tests on Linux"
agentOs: Linux
isAzDOTestingJob: true
enablePublishTestResults: false
steps:
- script: git submodule update --init
displayName: Update submodules
- script: ./restore.sh
displayName: Run restore.sh
- script: npm install --prefix ./src/Components/test/E2ETest
displayName: NPM install
- script: .dotnet/dotnet build ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-restore
displayName: Build
- script: .dotnet/dotnet test ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-build --logger trx
displayName: Run E2E tests
- task: PublishTestResults@2
displayName: Publish E2E Test Results
inputs:
testResultsFormat: 'VSTest'
testResultsFiles: '*.trx'
searchFolder: '$(Build.SourcesDirectory)/src/Components/test/E2ETest/TestResults'
testRunTitle: ComponentsE2E-$(AgentOsName)-$(BuildConfiguration)-xunit
condition: always()

timeoutInMinutes: 120

Originally posted by @TanayParikh in #37888 (comment)

Metadata

Metadata

Assignees

Labels

DoneThis issue has been fixedarea-blazorIncludes: Blazor, Razor Componentsarea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions