Skip to content

Commit 47246c4

Browse files
committed
Minor: Language: Lower timeout in ai translation script
1 parent 28af15a commit 47246c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/lang/ai_translate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ function callGrokTranslateBatch(
495495
'Authorization: Bearer ' . $apiKey,
496496
],
497497
CURLOPT_POSTFIELDS => $payloadJson,
498-
CURLOPT_TIMEOUT => 600,
498+
CURLOPT_TIMEOUT => 60,
499499
]);
500500

501501
$responseBody = curl_exec($ch);

0 commit comments

Comments
 (0)