File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/TestingSupport/Traits Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments