diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-13 07:14:26 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-13 07:14:26 +0000 |
commit | b4d3bdbf38001197243d4dc7f4046cf3d98dab60 (patch) | |
tree | fed79f3ca6793cc0ecdc11b22c139020de1bc06e | |
parent | 89580246ee27d13c943172e4956fa266bcf8754a (diff) | |
download | brdo-b4d3bdbf38001197243d4dc7f4046cf3d98dab60.tar.gz brdo-b4d3bdbf38001197243d4dc7f4046cf3d98dab60.tar.bz2 |
#523878 follow-up by boombatower: Extend maximum execution time for tests.
-rw-r--r-- | modules/simpletest/drupal_web_test_case.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php index 37ff8cfa8..b5cdee008 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -31,7 +31,7 @@ abstract class DrupalTestCase { /** * Time limit for the test. */ - protected $timeLimit = 180; + protected $timeLimit = 500; /** * Current results of this test case. |