mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: update php test code
This commit is contained in:
@@ -129,7 +129,7 @@ class Executor
|
||||
$status = $response['headers']['status-code'];
|
||||
|
||||
if ($status >= 400) {
|
||||
for ($attempts = 0; $attempts < 10; $attempts++) {
|
||||
for ($attempts = 0; $attempts < 5; $attempts++) {
|
||||
switch ($status) {
|
||||
case 404:
|
||||
$response = $this->createRuntime(
|
||||
|
||||
Reference in New Issue
Block a user