Skip to content

Commit d092aa9

Browse files
authored
Update timeout for daily (PowerShell#17263)
* Update timeout for daily * put timeout on job
1 parent 855b3ea commit d092aa9

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.vsts-ci/linux-daily.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,9 @@ pr:
1818
branches:
1919
include:
2020
- master
21-
- release*
22-
- feature*
2321
paths:
2422
include:
25-
- '*'
26-
exclude:
27-
- tools/releaseBuild/*
28-
- tools/releaseBuild/azureDevOps/templates/*
29-
- /.vsts-ci/misc-analysis.yml
30-
- /.github/ISSUE_TEMPLATE/*
31-
- /.dependabot/config.yml
23+
- .vsts-ci/linux-daily.yml
3224

3325
variables:
3426
DOTNET_CLI_TELEMETRY_OPTOUT: 1
@@ -55,6 +47,7 @@ stages:
5547
displayName: Test for Linux
5648
jobs:
5749
- job: linux_test
50+
timeoutInMinutes: 90
5851
pool:
5952
vmImage: ubuntu-20.04
6053
displayName: Linux Test

0 commit comments

Comments
 (0)