increase wait done 50 ms

This commit is contained in:
Urko 2023-06-03 17:09:38 +02:00
parent 8032850b0b
commit 55ed1c1b36
1 changed files with 1 additions and 1 deletions

View File

@ -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 {