diff --git a/tests/Pest.php b/tests/Pest.php index b9aeaec2..c0d35abb 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -19,6 +19,8 @@ pest()->extend(Tests\TestCase::class) ->use(Illuminate\Foundation\Testing\RefreshDatabase::class) ->in('Browser'); +pest()->browser()->timeout(10000); + /* |-------------------------------------------------------------------------- | Expectations