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 1ba0890
Show file tree
Hide file tree
Showing 2 changed files with 3 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
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 1ba0890

Please sign in to comment.