Skip to content

Commit 729d408

Browse files
committed
pipelines: dont continue on error for corefx tests, increase timeout
1 parent 978665e commit 729d408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vsts.pipelines/jobs/ci-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ jobs:
106106
du -h $(rootDirectory) | sort -h | tail -n 50
107107
displayName: Run unit tests
108108
condition: and(succeeded(), eq(variables['runUnitTests'], true))
109-
timeoutInMinutes: 80
110-
continueOnError: true
109+
timeoutInMinutes: 120
110+
continueOnError: false
111111
112112
# Create tarball.
113113
- script: |

0 commit comments

Comments
 (0)