[Network][Non-ACR][Add delay to avoid timing issues] 26/198126/1
authorCheoleun Moon <chleun.moon@samsung.com>
Mon, 21 Jan 2019 07:20:04 +0000 (16:20 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Mon, 21 Jan 2019 07:20:15 +0000 (16:20 +0900)
Change-Id: I79dbc89c5ca8f08410ae735ed7a56bebdf62925a
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
tct-suite-vs/Tizen.Network.Tests/testcase/TSWiFiAP.cs

index c3f4a679d1d6660c6167a3be3c534fe0c720ea42..6cac3f842d6581f51f5e65566ee987e8675aa535 100755 (executable)
@@ -680,8 +680,9 @@ namespace Tizen.Network.WiFi.Tests
             {
                 WpsInfo info = new WpsPbcInfo();
                 var task = WiFiAP.ConnectWpsWithoutSsidAsync(info);
-                await Task.Delay(2000);
+                await Task.Delay(5000);
                 WiFiAP.CancelWps();
+                await Task.Delay(5000);
 
                 Assert.IsTrue(task.IsCanceled, "ConnectWpsWithoutSsidAsync() isn't cancelled");