Add start delay from 100ms to fix startup issue on MacOS (#44)

This commit is contained in:
Stef Heyenrath
2017-09-30 10:03:00 +02:00
parent 881e4b2af3
commit 8827531391
6 changed files with 55 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
using System;
namespace WireMock.Net.StandAlone
namespace WireMock.Net.StandAlone.Net452
{
public class Program
{