Skip to content

Commit 7cec38b

Browse files
authored
timeout to 20m (#8806)
1 parent 9a59c69 commit 7cec38b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eng/Testing.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
</PropertyGroup>
2323

2424
<PropertyGroup>
25+
<BlameHangTimeout Condition="'$(BlameHangTimeout)' == '' and '$(MSBuildProjectName)' == 'Aspire.Hosting.SqlServer.Tests'">20m</BlameHangTimeout>
2526
<BlameHangTimeout Condition="'$(BlameHangTimeout)' == ''">10m</BlameHangTimeout>
2627
<_BlameArgs>--blame --blame-hang-timeout $(BlameHangTimeout) --blame-crash</_BlameArgs>
2728

tests/helix/send-to-helix-inner.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<ItemGroup>
6161
<_TestBlameArguments Include="--blame-hang" />
6262
<_TestBlameArguments Include="--blame-hang-dump-type full" />
63-
<_TestBlameArguments Include="--blame-hang-timeout 10m" />
63+
<_TestBlameArguments Include="--blame-hang-timeout 20m" />
6464
<_TestBlameArguments Include="--blame-crash" />
6565
<_TestBlameArguments Include="--blame-crash-dump-type full" />
6666

0 commit comments

Comments
 (0)