Skip to content

Commit

Permalink
ISSUE-337: force push
Browse files Browse the repository at this point in the history
  • Loading branch information
tatevikg1 committed Dec 16, 2024
1 parent 0133c26 commit 6d7370b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ jobs:
git config user.email "[email protected]"
git add .
git commit -s -m "phplist/core docs deployment `date`"
git push
git push origin main --force
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"symfony/monolog-bundle": "^3.10",
"symfony/serializer-pack": "^1.3",
"symfony/orm-pack": "^2.4",
"doctrine/orm": "^3.0",
"symfony/asset": "^6.4",
"symfony/security-csrf": "^6.4",
"symfony/form": "^6.4",
Expand Down
4 changes: 2 additions & 2 deletions src/TestingSupport/Traits/SymfonyServerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ trait SymfonyServerTrait
private ?Process $serverProcess = null;

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

private static ?ApplicationStructure $applicationStructure = null;

Expand Down

0 comments on commit 6d7370b

Please sign in to comment.