#523878 follow-up by boombatower: Extend maximum execution time for tests.
parent
89580246ee
commit
b4d3bdbf38
|
@ -31,7 +31,7 @@ abstract class DrupalTestCase {
|
|||
/**
|
||||
* Time limit for the test.
|
||||
*/
|
||||
protected $timeLimit = 180;
|
||||
protected $timeLimit = 500;
|
||||
|
||||
/**
|
||||
* Current results of this test case.
|
||||
|
|
Loading…
Reference in New Issue