Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "emulate process crash"
This reverts commit 48bfd4a.
  • Loading branch information
antonfirsov authored and github-actions committed Oct 17, 2022
commit 596317c76d4fca022390949a4fe5e77abbde4cda
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,6 @@ void PrintToConsole()

public void PrintCurrentResults(TimeSpan runtime)
{
if (runtime.TotalMinutes > 2.0)
{
System.Environment.Exit(1);
}

Console.ForegroundColor = ConsoleColor.Cyan;
Console.Write("[" + DateTime.Now + "]");
Console.ResetColor();
Expand Down