[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 15d1ba3..a9717bb 100644 (file)
@@ -200,6 +200,7 @@ namespace BluetoothNetworkUtils
                 FlagDisconnected = true;
                 flagDisconnectSocketDone = true;
             }
+            Log.Info(Globals.LogTag, "TCT PASS : Recieved Socket event!");
             ManualTest.Confirm();
         }
 
index ea03657..ba5cab0 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();