From b4d3bdbf38001197243d4dc7f4046cf3d98dab60 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 13 Oct 2009 07:14:26 +0000 Subject: [PATCH] #523878 follow-up by boombatower: Extend maximum execution time for tests. --- modules/simpletest/drupal_web_test_case.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php index 37ff8cfa89b..b5cdee008f4 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.