diff --git a/phpunit.xml b/phpunit.xml index 70062c3f9d15..113938ad5e36 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,5 +1,7 @@ - + ./tests/Unit diff --git a/storage/app/public/.gitignore b/storage/app/public/.gitignore old mode 100644 new mode 100755 diff --git a/tests/Feature/Export/ReportCsvGenerationTest.php b/tests/Feature/Export/ReportCsvGenerationTest.php index ae863ed95f0d..eb868ea852d1 100644 --- a/tests/Feature/Export/ReportCsvGenerationTest.php +++ b/tests/Feature/Export/ReportCsvGenerationTest.php @@ -284,7 +284,7 @@ class ReportCsvGenerationTest extends TestCase private function poll($hash) { - $response = Http::retry(50, 1000, throw: false) + $response = Http::retry(100, 400, throw: false) ->withHeaders([ 'X-API-SECRET' => config('ninja.api_secret'), 'X-API-TOKEN' => $this->token,