[Bluetooth] Added re-discovery sequence
authorJunghyuk Park <junghyuk.park@samsung.com>
Thu, 7 Nov 2013 07:04:35 +0000 (16:04 +0900)
committerJunghyuk Park <junghyuk.park@samsung.com>
Thu, 7 Nov 2013 07:04:35 +0000 (16:04 +0900)
Change-Id: Ie73a172eca74251469bafa9389a9a580a546f4ab

tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices.html [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 229ee1d..6f4dca1
@@ -54,7 +54,7 @@ t.step(function () {
                 assert_equals(retValue, undefined, "discoverDevices returns wrong value");
                 t.done();
             }else{
-                assert_unreached("discoderDevices didn't found any devices");
+                setTimeout(stopDiscoverySuccess, 1000);
             }
         })
     };