Skip to content

Commit 1fa0725

Browse files
authored
[engsys] increase search live test pipeline timeout to 90 minutes (Azure#23305)
Recently the test resource deployment step for search live test pipeline can take more than 40 minutes to finish, while the integration test step only takes less than 10 minutes. We have contacted service team about deployment issue. Still it is better to let the pipeline finish running than canceling the run after all these time spent on test resource deployment.
1 parent 2f8624b commit 1fa0725

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/search/search-documents/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ stages:
55
parameters:
66
PackageName: "@azure/search-documents"
77
ServiceDirectory: search
8+
TimeoutInMinutes: 90
89
# TODO: change 'Preview' cloud back to public after search RP fixes deletion metadata issue
910
Clouds: 'Preview'
1011
SupportedClouds: 'Preview,UsGov,China'

0 commit comments

Comments
 (0)