Skip to content

Commit eda492c

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

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"symfony/monolog-bundle": "^3.10",
4444
"symfony/serializer-pack": "^1.3",
4545
"symfony/orm-pack": "^2.4",
46+
"doctrine/orm": "^3.3",
4647
"symfony/asset": "^6.4",
4748
"symfony/security-csrf": "^6.4",
4849
"symfony/form": "^6.4",

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)