[RpcPort][Non-ACR] Increase timeout for connection 88/191588/1
authorJunghoon Park <jh9216.park@samsung.com>
Fri, 19 Oct 2018 01:10:31 +0000 (10:10 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Fri, 19 Oct 2018 01:10:31 +0000 (10:10 +0900)
Change-Id: I74dd654fbdd06aa2a0a64e0125dfc2f951b39ce8
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
tct-suite-vs/Tizen.Applications.Tests/testcase/TSRPCPort.Parcel.cs

index e89da0e..2bd5491 100755 (executable)
@@ -102,7 +102,7 @@ namespace Tizen.Applications.Tests
         {
             /* PRECONDITION
              * */
-            await Task.Delay(2000);
+            await Task.Delay(4000);
             Assert.True(_proxy.Connected);
             _proxy.SendTestMessage();
             await Task.Delay(2000);