From 95a76c3c4ebaf8eef8021c300f3d6a42365f35e2 Mon Sep 17 00:00:00 2001 From: Sanghoon Lee Date: Tue, 30 Apr 2019 15:00:38 +0900 Subject: [PATCH] [TUnit][Non-ACR][Reduced sleep time] Change-Id: I24fcd440e96534442b86aa9a9e12a565f24ffca2 --- tct-suite-vs/nunit.framework/TUnit/TAsyncThreadMgr.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tct-suite-vs/nunit.framework/TUnit/TAsyncThreadMgr.cs b/tct-suite-vs/nunit.framework/TUnit/TAsyncThreadMgr.cs index 36a1252..dcb11b8 100755 --- a/tct-suite-vs/nunit.framework/TUnit/TAsyncThreadMgr.cs +++ b/tct-suite-vs/nunit.framework/TUnit/TAsyncThreadMgr.cs @@ -122,7 +122,7 @@ namespace NUnit.Framework.TUnit { #region nguyen.vtan add Setup runTearDown(); - Thread.Sleep(500); + Thread.Sleep(50); #endregion testCommand._testMethodRunComplete.Set(); _methodExecutionResetEvent.Reset(); @@ -135,7 +135,7 @@ namespace NUnit.Framework.TUnit { #region nguyen.vtan add TearDown runTearDown(); - Thread.Sleep(500); + Thread.Sleep(50); #endregion testCommand._testMethodRunComplete.Set(); _methodExecutionResetEvent.Reset(); @@ -160,7 +160,7 @@ namespace NUnit.Framework.TUnit } #region nguyen.vtan add TearDown runTearDown(); - Thread.Sleep(500); + Thread.Sleep(50); #endregion testCommand._testMethodRunComplete.Set(); _methodExecutionResetEvent.Reset(); -- 2.7.4