1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

adjust timeouts for polling

This commit is contained in:
David Bomba 2023-10-26 16:38:42 +11:00
parent c234d6ec22
commit a7c63a35d9

View File

@ -278,7 +278,7 @@ class ReportCsvGenerationTest extends TestCase
private function poll($hash)
{
$response = Http::retry(20, 1000, throw: false)
$response = Http::retry(50, 1000, throw: false)
->withHeaders([
'X-API-SECRET' => config('ninja.api_secret'),
'X-API-TOKEN' => $this->token,