Spaces:
Paused
Paused
Update endpoints/turnstile.js
Browse files- endpoints/turnstile.js +1 -1
endpoints/turnstile.js
CHANGED
|
@@ -2,7 +2,7 @@ async function turnstile({ domain, proxy, siteKey }, page) {
|
|
| 2 |
if (!domain) throw new Error("Missing domain parameter");
|
| 3 |
if (!siteKey) throw new Error("Missing siteKey parameter");
|
| 4 |
|
| 5 |
-
const timeout = global.timeOut ||
|
| 6 |
let isResolved = false;
|
| 7 |
|
| 8 |
const cl = setTimeout(async () => {
|
|
|
|
| 2 |
if (!domain) throw new Error("Missing domain parameter");
|
| 3 |
if (!siteKey) throw new Error("Missing siteKey parameter");
|
| 4 |
|
| 5 |
+
const timeout = global.timeOut || 70000;
|
| 6 |
let isResolved = false;
|
| 7 |
|
| 8 |
const cl = setTimeout(async () => {
|