Skip to content

Commit

Permalink
pipelines: dont continue on error for corefx tests, increase tieout
Browse files Browse the repository at this point in the history
  • Loading branch information
adaggarwal committed Feb 13, 2020
1 parent 978665e commit 6732c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vsts.pipelines/jobs/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
du -h $(rootDirectory) | sort -h | tail -n 50
displayName: Run unit tests
condition: and(succeeded(), eq(variables['runUnitTests'], true))
timeoutInMinutes: 80
continueOnError: true
timeoutInMinutes: 120
continueOnError: false
# Create tarball.
- script: |
Expand Down

0 comments on commit 6732c6c

Please sign in to comment.