feat increase wait
This commit is contained in:
parent
db9f7495aa
commit
ad8ed58366
|
@ -51,7 +51,7 @@ func (p ArcherAx50) Login(user, pass string) error {
|
|||
}
|
||||
login.MustClick()
|
||||
log.Println(p.loginButtonID, "DONE")
|
||||
time.Sleep(time.Millisecond * 850)
|
||||
time.Sleep(time.Millisecond * 1550)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue