Skip to content

Commit

Permalink
test: Increase timeout for automated tests (#2445)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored Feb 27, 2024
1 parent a3957fe commit 9b3f8eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/azure-devops/agents-ci-discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ stages:
- job: DockerBuildLinux
displayName: Build Docker Image (Linux)
condition: succeeded()
timeoutInMinutes: 180
pool:
vmImage: ubuntu-latest
variables:
Expand Down Expand Up @@ -125,6 +126,7 @@ stages:
- job: DockerBuildWindows
displayName: Build Docker Image (Windows)
condition: succeeded()
timeoutInMinutes: 180
pool:
vmImage: windows-2019
variables:
Expand Down Expand Up @@ -178,4 +180,4 @@ stages:
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
- template: templates/docker/push-image.yml
parameters:
imageName: '$(Image.TaggedName)'
imageName: '$(Image.TaggedName)'
2 changes: 2 additions & 0 deletions build/azure-devops/agents-ci-scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ stages:
- job: DockerBuildLinux
displayName: Build Docker Image (Linux)
condition: succeeded()
timeoutInMinutes: 180
pool:
vmImage: ubuntu-latest
variables:
Expand Down Expand Up @@ -182,6 +183,7 @@ stages:
- job: DockerBuildWindows
displayName: Build Docker Image (Windows)
condition: succeeded()
timeoutInMinutes: 180
pool:
vmImage: windows-2019
variables:
Expand Down

0 comments on commit 9b3f8eb

Please sign in to comment.