Skip to content

Commit 8f92d7d

Browse files
authored
Merge pull request #44497 from sharwell/increase-timeout
Increase the test timeout
2 parents 5bfb295 + acb25e3 commit 8f92d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ function TestUsingOptimizedRunner() {
423423
if ($testVsi) {
424424
$args += " -timeout:110"
425425
} else {
426-
$args += " -timeout:65"
426+
$args += " -timeout:75"
427427
}
428428
}
429429

0 commit comments

Comments
 (0)