Skip to content

Commit bda8198

Browse files
committed
Run for 5 minutes max
1 parent 348f101 commit bda8198

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(60000);
19+
pest()->browser()->timeout(300000);
2020

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

0 commit comments

Comments
 (0)