diff --git a/src/Client.php b/src/Client.php index 85c39b7..55bfb3b 100644 --- a/src/Client.php +++ b/src/Client.php @@ -441,7 +441,7 @@ class Client } } } - sleep(ceil(30 / $maxAttempts)); + sleep(ceil(45 / $maxAttempts)); $maxAttempts--; } while ($maxAttempts > 0);