Closed (works as designed)
Project:
SimpleTest
Version:
6.x-2.11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2011 at 08:43 UTC
Updated:
15 Sep 2011 at 14:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
vibaiher commentedI saw this other related issue http://drupal.org/node/304328. This patch was applied only to D7, but is not applied to D6 version.
To resolve this error I added 'set_time_limit(0)' to run() function in drupal_web_test_case.php, and now, all my tests run ok.
Comment #3
vibaiher commentedComment #4
vibaiher commentedComment #6
dave reidCheck 6.x-2.x-dev. We currently use the same exact code from Drupal 7 which has a call to set_time_limit() in DrupalWebTestCase::setUp() with a default of 500.