Skip to content

Commit 3eff564

Browse files
committed
Increased test job timeout back to 90 minutes to avoid failing flaky tests from timing out the jobs.
1 parent cfd34b7 commit 3eff564

4 files changed

Lines changed: 4 additions & 4 deletions

eng/pipelines/dotnet-sqlclient-ci-package-reference-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ parameters:
154154
- name: testJobTimeout
155155
displayName: Test job timeout (in minutes)
156156
type: number
157-
default: 70
157+
default: 90
158158

159159
- name: testSets
160160
displayName: Test Sets

eng/pipelines/dotnet-sqlclient-ci-project-reference-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ parameters:
154154
- name: testJobTimeout
155155
displayName: Test job timeout (in minutes)
156156
type: number
157-
default: 70
157+
default: 90
158158

159159
- name: testSets
160160
displayName: Test Sets

eng/pipelines/sqlclient-pr-package-ref-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ parameters:
109109
- name: testJobTimeout
110110
displayName: Test job timeout (in minutes)
111111
type: number
112-
default: 70
112+
default: 90
113113

114114
- name: testSets
115115
displayName: Test Sets

eng/pipelines/sqlclient-pr-project-ref-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ parameters:
109109
- name: testJobTimeout
110110
displayName: Test job timeout (in minutes)
111111
type: number
112-
default: 70
112+
default: 90
113113

114114
- name: testSets
115115
displayName: Test Sets

0 commit comments

Comments
 (0)