Skip to content

Commit 8421472

Browse files
committed
Update DiffRunnerTests.cs
1 parent 6577f57 commit 8421472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DiffEngine.Tests/DiffRunnerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public void LaunchAndKill()
5858

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

0 commit comments

Comments
 (0)