[Network][Non-ACR][Add delay to check the state change] 41/196041/1
authorCheoleun Moon <chleun.moon@samsung.com>
Fri, 21 Dec 2018 03:05:28 +0000 (12:05 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Fri, 21 Dec 2018 03:05:37 +0000 (12:05 +0900)
Change-Id: Ie13514f4a44481037c3145cce21a080de6d169d0
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
tct-suite-vs/Tizen.Network.Tests/testcase/TSWiFiAP.cs

index 581d60c691a1b55cd965dba2641b5fd55539ca26..66bcebf332de81510874db2c5fb13870a7c3bd71 100644 (file)
@@ -441,6 +441,7 @@ namespace Tizen.Network.WiFi.Tests
                 _wifiAP = WiFiManager.GetConnectedAP();
                 Assert.IsNotNull(_wifiAP, "No WiFi connection");
                 _wifiAP.ForgetAP();
+                await Task.Delay(3000);
                 Assert.AreEqual((int)(WiFiConnectionState.Disconnected), (int)(WiFiManager.ConnectionState), "ConnectionState of removed AP  should be is DISCONNECT");
 
                 Log.Info(Globals.LogTag, "Successfully done");