Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » PHPUnit timeout(How to adjust the timeout waiting for PHPUnit)
PHPUnit timeout [message #1778599] Mon, 18 December 2017 12:08 Go to next message
Eli Coten is currently offline Eli CotenFriend
Messages: 8
Registered: August 2015
Junior Member
I have a large PHPUnit test suite that I'd like to run.

It appears to launch great, but then I get an Eclipse error

Quote:
Cannot launch PHPUnit tests (port address 7478): Accept time out


A short while later, I get the following error in the console (caught by our own custom error handler):

Quote:
unable to connect to 127.0.0.1:7478 (Connection refused)'


Presumably this is because it is taking PHPUnit too long to instantiate all the test cases and run all the data providers.

Is there any way to increase the timeout so that there's enough time for all the test cases to load and the data providers to run?

Thanks in advance for any ideas
Re: PHPUnit timeout [message #1779311 is a reply to message #1778599] Fri, 05 January 2018 09:13 Go to previous message
Jesus Bertrand is currently offline Jesus BertrandFriend
Messages: 4
Registered: January 2018
Junior Member
I too have faced same problem. I thought the problem was of compatibility. My system was of 32 bit and zip application file was of 64 bit. when this happened to me I uninstalled my file and replaced with compatible ones.
Previous Topic:Variables in PHPUnit Run Configuration
Next Topic:How to align fields into columns
Goto Forum:
  


Current Time: Wed Apr 24 19:47:26 GMT 2024

Powered by FUDForum. Page generated in 0.03127 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top