Skip to content

Commit 33df82e

Browse files
committed
Increase test timeout (NOT MUCH)
1 parent 721a012 commit 33df82e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Test.runsettings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<!-- Framework version - net48 -->
2424
<TargetFrameworkVersion>net48</TargetFrameworkVersion>
2525
<!-- Test timeout in milliseconds (10 minutes default for long-running tests) -->
26-
<TestSessionTimeout>900000</TestSessionTimeout>
26+
<TestSessionTimeout>900100</TestSessionTimeout>
2727
<!--
2828
InIsolation: Run tests in a separate process.
2929
This prevents native COM cleanup crashes from affecting VSTest's exit code.

0 commit comments

Comments
 (0)