Skip to content

Commit

Permalink
Revert "run-tests-on-os.yml: Increase blame hang timeout so we can ru…
Browse files Browse the repository at this point in the history
…n a longer test (to be reverted)"

This reverts commit b30e4abb576c8bfde3337a92de927a10747f88ae.
  • Loading branch information
NightOwl888 committed May 23, 2024
1 parent ce7516d commit 53b83c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/azure-templates/run-tests-on-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ steps:
Copy-Item -Path "$sourceDirectory/*" -Destination "$tempTestDirectory" -Recurse -Force
if ($isNightly -ne 'true' -and $isWeekly -ne 'true') {
$blameHangTimeout = "--blame-hang-timeout 40minutes"
$blameHangTimeout = "--blame-hang-timeout 15minutes"
} else {
$blameHangTimeout = "--blame-hang-timeout 40minutes"
}
Expand Down

0 comments on commit 53b83c2

Please sign in to comment.