File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
22
</PropertyGroup >
23
23
24
24
<PropertyGroup >
25
+ <BlameHangTimeout Condition =" '$(BlameHangTimeout)' == '' and '$(MSBuildProjectName)' == 'Aspire.Hosting.SqlServer.Tests'" >20m</BlameHangTimeout >
25
26
<BlameHangTimeout Condition =" '$(BlameHangTimeout)' == ''" >10m</BlameHangTimeout >
26
27
<_BlameArgs >--blame --blame-hang-timeout $(BlameHangTimeout) --blame-crash</_BlameArgs >
27
28
Original file line number Diff line number Diff line change 60
60
<ItemGroup >
61
61
<_TestBlameArguments Include =" --blame-hang" />
62
62
<_TestBlameArguments Include =" --blame-hang-dump-type full" />
63
- <_TestBlameArguments Include =" --blame-hang-timeout 10m " />
63
+ <_TestBlameArguments Include =" --blame-hang-timeout 20m " />
64
64
<_TestBlameArguments Include =" --blame-crash" />
65
65
<_TestBlameArguments Include =" --blame-crash-dump-type full" />
66
66
You can’t perform that action at this time.
0 commit comments