[Bluetooth][Non-ACR] Add a delay to wait the configure process 19/218419/2
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 22 Nov 2019 05:46:36 +0000 (14:46 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 22 Nov 2019 05:49:42 +0000 (14:49 +0900)
Change-Id: I12dbad99d197f821f6d06a9d573e6c4afa9edcd4

tct-suite-vs/Tizen.Bluetooth.Manual.Tests/testcase/BluetoothSetup.cs
tct-suite-vs/Tizen.Bluetooth.Manual.Tests/testcase/TSBluetoothGattCharacteristic.cs

index 15d1ba3846373f526ef92050270f68ab3abcea5b..a9717bb14ee48dc5b0cd1d067eeb03fbef42a4e3 100644 (file)
@@ -200,6 +200,7 @@ namespace BluetoothNetworkUtils
                 FlagDisconnected = true;
                 flagDisconnectSocketDone = true;
             }
+            Log.Info(Globals.LogTag, "TCT PASS : Recieved Socket event!");
             ManualTest.Confirm();
         }
 
index ea0365764a76d473ab6d2ef9e7a6cef4337d6192..ba5cab06df4fe33052c73b09c438bd0037ffb2d0 100644 (file)
@@ -166,6 +166,9 @@ namespace Tizen.Network.Bluetooth.Tests
                     ManualTest.Confirm();
                 };
 
+                /* Wait to exchange MTU, and configuration info */
+                await Task.Delay (1000);
+
                 charc.ValueChanged += Charc_ValueChanged;
 
                 await ManualTest.WaitForConfirm();