Skip to content

Commit 1ba0890

Browse files
committed
ISSUE-337: force push
1 parent 0133c26 commit 1ba0890

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/core-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
git config user.email "[email protected]"
8787
git add .
8888
git commit -s -m "phplist/core docs deployment `date`"
89-
git push
89+
git push origin main --force

src/TestingSupport/Traits/SymfonyServerTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ trait SymfonyServerTrait
1919
private ?Process $serverProcess = null;
2020

2121
private static string $lockFileName = '.web-server-pid';
22-
private static int $lockWaitTimeout = 5000000;
23-
private static int $serverCommandTimeout = 50000;
22+
private static int $lockWaitTimeout = 6000000;
23+
private static int $serverCommandTimeout = 60000;
2424

2525
private static ?ApplicationStructure $applicationStructure = null;
2626

0 commit comments

Comments
 (0)