Skip to content

Commit 2098053

Browse files
committed
Update DiffRunnerTests.cs
1 parent 8421472 commit 2098053

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/DiffEngine.Tests/DiffRunnerTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if NETCOREAPP3_1
1+
#if NETCOREAPP3_1 && DEBUG
22
using System.IO;
33
using System.Linq;
44
using System.Runtime.InteropServices;
@@ -58,7 +58,7 @@ public void LaunchAndKill()
5858

5959
static bool IsRunning()
6060
{
61-
Thread.Sleep(1000);
61+
Thread.Sleep(500);
6262
return ProcessCleanup.FindAll().Any(x => x.Command.Contains("FakeDiffTool"));
6363
}
6464

0 commit comments

Comments
 (0)