From 571f0159e11cf8708becaf1d5e460978eb16fb49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20Falco=CC=81n?= Date: Wed, 3 Dec 2025 17:42:18 +0100 Subject: [PATCH] Add browser timeout to Pest tests --- tests/Pest.php | 2 ++ 1 file changed, 2 insertions(+) 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