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
+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)
}
}