increase wait done 50 ms
This commit is contained in:
parent
8032850b0b
commit
55ed1c1b36
|
@ -91,7 +91,7 @@ func (p Nucom) SwitchWIFI() error {
|
|||
}
|
||||
|
||||
log.Println(p.wifiRadioID, "DONE")
|
||||
time.Sleep(time.Millisecond * 100)
|
||||
time.Sleep(time.Millisecond * 150)
|
||||
|
||||
saveButton, err := p.page.Element(`input[id="` + p.saveID + `"]`)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue