From 2336ce0bf375058d96b60098f06960bbd3f42017 Mon Sep 17 00:00:00 2001 From: Francisco Santos Date: Tue, 21 Mar 2017 23:31:28 +0000 Subject: [PATCH] More time to reconnect --- NetworkCardRestart/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NetworkCardRestart/Program.cs b/NetworkCardRestart/Program.cs index f118df1..2300dc8 100644 --- a/NetworkCardRestart/Program.cs +++ b/NetworkCardRestart/Program.cs @@ -10,8 +10,8 @@ namespace NetworkCardRestart { class Program { - private const int MillisecondsTimeoutDC = 5000; - private const int MillisecondsTimeoutC = 7000; + private const int MillisecondsTimeoutDC = 1000 * 5; + private const int MillisecondsTimeoutC = 1000 * 12; private const int TimesPing = 4; private const int AttemptsToRestart = 20;