diff --git a/src/Executor/Executor.php b/src/Executor/Executor.php index 5c28361fac..4b3953a357 100644 --- a/src/Executor/Executor.php +++ b/src/Executor/Executor.php @@ -129,7 +129,7 @@ class Executor $status = $response['headers']['status-code']; if ($status >= 400) { - for ($attempts = 0; $attempts < 5; $attempts++) { + for ($attempts = 0; $attempts < 10; $attempts++) { switch ($status) { case 404: $response = $this->createRuntime(