We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0133c26 commit 1ba0890Copy full SHA for 1ba0890
.github/workflows/core-docs.yml
@@ -86,4 +86,4 @@ jobs:
86
git config user.email "[email protected]"
87
git add .
88
git commit -s -m "phplist/core docs deployment `date`"
89
- git push
+ git push origin main --force
src/TestingSupport/Traits/SymfonyServerTrait.php
@@ -19,8 +19,8 @@ trait SymfonyServerTrait
19
private ?Process $serverProcess = null;
20
21
private static string $lockFileName = '.web-server-pid';
22
- private static int $lockWaitTimeout = 5000000;
23
- private static int $serverCommandTimeout = 50000;
+ private static int $lockWaitTimeout = 6000000;
+ private static int $serverCommandTimeout = 60000;
24
25
private static ?ApplicationStructure $applicationStructure = null;
26
0 commit comments