feat: update php test code

This commit is contained in:
Christy Jacob
2022-02-19 04:15:03 +04:00
parent 3606293268
commit 38ca8dc6fc
6 changed files with 26 additions and 38 deletions
+1 -1
View File
@@ -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(