Timeout
NancyDru - April 28, 2009 - 14:18
| Project: | SimpleTest |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
An error occurred.
/batch?id=73&op=do
<br />
<b>Fatal error</b>: Maximum execution time of 180 seconds exceeded in <b>C:\www\webapps\drupal-6\sites\all\modules\simpletest\drupal_web_test_case.php</b> on line <b>1087</b><br />

#1
I see this on the "error page":
# No test cases found.
# The tests did not successfully finish.
And I checked php.ini and the maximum_execution_time is set to 600.
#2
Sounds like you want to fix: #447302: Cannot run Simpletest with Strict.
#3
#4
I am now using the latest -dev and this still happens.
#5
Please fix #2.
#6
It looks to me like simpletest.test already has that, and this is where I am seeing this problem. I have only tried the tests that come with the module and nothing else yet.
#7
Based on the output from #2's issue it seems that you have a number of other modules with tests...those tests have not been updated.
My assumption is that SimpleTest is crapping (even though its own test is ok) since those are all hosed....
It really isn't usable until those modules update there tests..feel free to file patches with those modules.
Sorry, you choose an odd time to get started (during api change).
#8
I didn't choose my timing - core did.
I fixed all the tests and this is still happening.
#9
Well otherwise I'll need to you provide some more debugging info as this obviously does not occur on my setup.
#10
Please re-open if further information.
#11
What kind of info do you want?
#12
Oh, sry.
Core issue: #523878: Fatal error: Maximum execution time of 180 seconds exceeded