Skip to content

Commit 16d4667

Browse files
committed
Mark ToneParsInvokerTest as DesktopRequired
1 parent d7fb1bc commit 16d4667

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Src/Utilities/pcpatrflex/DisambiguateInFLExDB/DisambiguateInFLExDBTests/ToneParsInvokerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public void ToneParsHvoToGlossInLogTest()
8484
/// Test invoking of XAmple followed by TonePars.
8585
/// </summary>
8686
[Test]
87+
[Category("DesktopRequired")]
8788
public void ToneParsInvokerTest()
8889
{
8990
// Check for the existence of the TonePars executable

Test.runsettings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<TargetPlatform>x64</TargetPlatform>
2323
<!-- Framework version - net48 -->
2424
<TargetFrameworkVersion>net48</TargetFrameworkVersion>
25-
<!-- Test timeout in milliseconds (10 minutes default for long-running tests) -->
25+
<!-- Test timeout in milliseconds (15 minutes default for long-running tests) -->
2626
<TestSessionTimeout>900000</TestSessionTimeout>
2727
<!--
2828
InIsolation: Run tests in a separate process.

0 commit comments

Comments
 (0)