Increase captcha time limit
This commit is contained in:
parent
a97f5361c4
commit
93dabd7398
@ -12,7 +12,7 @@ export async function loginToUber(page, options, testForHeaders) {
|
||||
await page.click('button[type="submit"]')
|
||||
|
||||
for (let i = 0; i < 100; i++) {
|
||||
await utils.sleep(500)
|
||||
await utils.sleep(700)
|
||||
if (testForHeaders()) {
|
||||
console.log("success")
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user