mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
adjust timeouts for polling
This commit is contained in:
parent
c234d6ec22
commit
a7c63a35d9
@ -278,7 +278,7 @@ class ReportCsvGenerationTest extends TestCase
|
|||||||
|
|
||||||
private function poll($hash)
|
private function poll($hash)
|
||||||
{
|
{
|
||||||
$response = Http::retry(20, 1000, throw: false)
|
$response = Http::retry(50, 1000, throw: false)
|
||||||
->withHeaders([
|
->withHeaders([
|
||||||
'X-API-SECRET' => config('ninja.api_secret'),
|
'X-API-SECRET' => config('ninja.api_secret'),
|
||||||
'X-API-TOKEN' => $this->token,
|
'X-API-TOKEN' => $this->token,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user