wait more time for airplane mode

This commit is contained in:
Lei PAN
2023-06-30 18:20:28 +02:00
parent 857533966b
commit dc1e035956
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ let excelUtil = new ExcelUtil();
let collectionName = formatDate(new Date())
// device_to_excludes = ["47e7e36b", "e30eb015"]
// device_to_excludes = ["J4AXB761H2322WJ"]
device_to_excludes = ["4e8ca027", "hi7ljr5xduyt9pfi", "47e7e36b"]
device_to_excludes = ["4e8ca027", "hi7ljr5xduyt9pfi", "47e7e36b", "e30eb015"]
attributedPorts = []
const device_port_info = new Map();
startPort = 9000
+2
View File
@@ -1026,6 +1026,8 @@ class CommandorPage {
await delay(1000)
// await this.device.shell("adb shell settings put global airplane_mode_on 0")
await this.device.shell("cmd connectivity airplane-mode disable")
await delay(2000)
}
}