summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-13 07:14:26 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-13 07:14:26 +0000
commitb4d3bdbf38001197243d4dc7f4046cf3d98dab60 (patch)
treefed79f3ca6793cc0ecdc11b22c139020de1bc06e
parent89580246ee27d13c943172e4956fa266bcf8754a (diff)
downloadbrdo-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.php2
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.