summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.