Skip to content

Commit 7df79a0

Browse files
committed
Remove Sequential.UnitTests internals access, extend test timeout
Removed InternalsVisibleTo for KZDev.PerfUtils.Memory.Sequential.UnitTests, revoking its access to internal members. Increased test session timeout from 20 to 30 minutes in runsettings to allow longer test runs.
1 parent 535aa40 commit 7df79a0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Source/Src/Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<InternalsVisibleTo Remove="KZDev.PerfUtils.Memory.Fixed.UnitTests" />
4747
<InternalsVisibleTo Remove="KZDev.PerfUtils.Memory.Native.UnitTests" />
4848
<InternalsVisibleTo Remove="KZDev.PerfUtils.Memory.Heap.UnitTests" />
49-
<InternalsVisibleTo Remove="KZDev.PerfUtils.Memory.Sequential.UnitTests" />
5049
<InternalsVisibleTo Remove="KZDev.PerfUtils.Memory.Heap.Sequential.UnitTests" />
5150
<InternalsVisibleTo Remove="KZDev.PerfUtils.Memory.Native.Sequential.UnitTests" />
5251
<InternalsVisibleTo Remove="KZDev.PerfUtils.Strings.UnitTests" />

Source/Tst/KZDev.PerfUtils.tests.runsettings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
-->
77
<RunConfiguration>
88
<MaxCpuCount>8</MaxCpuCount>
9-
<TestSessionTimeout>1200000</TestSessionTimeout>
9+
<TestSessionTimeout>1800000</TestSessionTimeout>
1010
</RunConfiguration>
1111
</RunSettings>

0 commit comments

Comments
 (0)