Skip to content

Commit eb25d9c

Browse files
authored
[Event Hubs Client] Live Test Troubleshooting Tweaks (Azure#17055)
# Summary The focus of these changes is to reduce parallelism in the test run to a single suite at a time and reduce the maximum run time. This is intended to allow for farming the test run logs to track which tests have executed before the timeout occurs, to try and reduce the number of failure candidates. # Last Upstream Rebase Wednesday, November 18, 4:41pm (EST)
1 parent 7e997cc commit eb25d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/eventhub/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ trigger: none
33
extends:
44
template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml
55
parameters:
6-
MaxParallel: 6
6+
MaxParallel: 1
77
ServiceDirectory: eventhub
8-
TimeoutInMinutes: 300
8+
TimeoutInMinutes: 130
99
Clouds: 'Public,Canary'

0 commit comments

Comments
 (0)