File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<RunSettings >
33 <RunConfiguration >
4- <!-- Timeout in ms, 10 minutes -->
5- <TestSessionTimeout >600000 </TestSessionTimeout >
4+ <!-- Timeout in ms, 20 minutes -->
5+ <TestSessionTimeout >1200000 </TestSessionTimeout >
66 <!-- Filter out failing (wrong framework, platform, runtime or activeissue) tests -->
77 <TestCaseFilter >category!=failing</TestCaseFilter >
88 </RunConfiguration >
1818 <Verbosity >normal</Verbosity >
1919 </Configuration >
2020 </Logger >
21+ <Logger friendlyName =" blame" enabled =" True" />
2122 </Loggers >
2223 </LoggerRunSettings >
24+ <DataCollectionRunSettings >
25+ <DataCollectors >
26+ <!-- Enables blame -->
27+ <DataCollector friendlyName =" blame" enabled =" True" >
28+ <Configuration >
29+ <CollectDump DumpType =" Full" />
30+ <CollectDumpOnTestSessionHang TestTimeout =" 7min" HangDumpType =" Full" />
31+ </Configuration >
32+ </DataCollector >
33+ </DataCollectors >
34+ </DataCollectionRunSettings >
2335</RunSettings >
You can’t perform that action at this time.
0 commit comments