#523878 follow-up by boombatower: Extend maximum execution time for tests.

merge-requests/26/head
Angie Byron 2009-10-13 07:14:26 +00:00
parent 89580246ee
commit b4d3bdbf38
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ abstract class DrupalTestCase {
/**
* Time limit for the test.
*/
protected $timeLimit = 180;
protected $timeLimit = 500;
/**
* Current results of this test case.