diff --git a/ExampleMod.csproj b/ExampleMod.csproj index 53077f1..5a27af7 100644 --- a/ExampleMod.csproj +++ b/ExampleMod.csproj @@ -5,7 +5,7 @@ - + diff --git a/build.cake b/build.cake index fc3aa7d..cbd3266 100644 --- a/build.cake +++ b/build.cake @@ -31,7 +31,7 @@ Task("Run").IsDependentOn("CopyToMods").Does(() => { }); // we wait a bit to make sure the process has generated a new log file, bleh - Thread.Sleep(1000); + Thread.Sleep(3000); // attach to the newest log file var logsDir = $"{tinyLifeDir}/Logs";