wait more time for airplane mode
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ let excelUtil = new ExcelUtil();
|
|||||||
let collectionName = formatDate(new Date())
|
let collectionName = formatDate(new Date())
|
||||||
// device_to_excludes = ["47e7e36b", "e30eb015"]
|
// device_to_excludes = ["47e7e36b", "e30eb015"]
|
||||||
// device_to_excludes = ["J4AXB761H2322WJ"]
|
// device_to_excludes = ["J4AXB761H2322WJ"]
|
||||||
device_to_excludes = ["4e8ca027", "hi7ljr5xduyt9pfi", "47e7e36b"]
|
device_to_excludes = ["4e8ca027", "hi7ljr5xduyt9pfi", "47e7e36b", "e30eb015"]
|
||||||
attributedPorts = []
|
attributedPorts = []
|
||||||
const device_port_info = new Map();
|
const device_port_info = new Map();
|
||||||
startPort = 9000
|
startPort = 9000
|
||||||
|
|||||||
@@ -1026,6 +1026,8 @@ class CommandorPage {
|
|||||||
await delay(1000)
|
await delay(1000)
|
||||||
// await this.device.shell("adb shell settings put global airplane_mode_on 0")
|
// await this.device.shell("adb shell settings put global airplane_mode_on 0")
|
||||||
await this.device.shell("cmd connectivity airplane-mode disable")
|
await this.device.shell("cmd connectivity airplane-mode disable")
|
||||||
|
await delay(2000)
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user