feat increase wait

This commit is contained in:
Urko 2023-07-02 22:16:17 +02:00
parent db9f7495aa
commit ad8ed58366
1 changed files with 1 additions and 1 deletions

View File

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