mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Increasing time to abort
This commit is contained in:
@@ -42,7 +42,7 @@ public class ScenarioTests : TestsAllViews
|
||||
_output.WriteLine ($"Running Scenario '{scenarioType}'");
|
||||
var scenario = Activator.CreateInstance (scenarioType) as Scenario;
|
||||
|
||||
uint abortTime = 2000;
|
||||
uint abortTime = 3000; // Some scenarios may take a while to quit, so we give them 3 seconds
|
||||
object? timeout = null;
|
||||
var initialized = false;
|
||||
var shutdownGracefully = false;
|
||||
|
||||
Reference in New Issue
Block a user