Skip to content

Commit 93bcd64

Browse files
authored
Increase max attempt /wait time for perfview stop. (#10985)
1 parent 2dd8617 commit 93bcd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/ci/templates/official/jobs/run-coldstart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
& $(perfViewPath) stop
177177
178178
# Wait for the zip file to be created
179-
$maxAttempts = 10
179+
$maxAttempts = 20
180180
$attempt = 0
181181
182182
while ($attempt -lt $maxAttempts) {

0 commit comments

Comments
 (0)