Skip to content

Commit 205497a

Browse files
committed
Increasing timeout does not help, set back to 30s
1 parent bda8198 commit 205497a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Pest\Browser\Api\Webpage;
1717

1818
pest()->extend(TestCase::class)->in('Feature');
19-
pest()->browser()->timeout(300000);
19+
pest()->browser()->timeout(30000);
2020

2121
/*
2222
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)