[TUnit][Non-ACR][Reduced sleep time] 86/205186/1
authorSanghoon Lee <shooney.lee@samsung.com>
Tue, 30 Apr 2019 06:00:38 +0000 (15:00 +0900)
committerSanghoon Lee <shooney.lee@samsung.com>
Tue, 30 Apr 2019 06:00:38 +0000 (15:00 +0900)
Change-Id: I24fcd440e96534442b86aa9a9e12a565f24ffca2

tct-suite-vs/nunit.framework/TUnit/TAsyncThreadMgr.cs

index 36a1252..dcb11b8 100755 (executable)
@@ -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();