Index: trunk/extensions/Translate/SpecialManageGroups.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | |
13 | 13 | class SpecialManageGroups { |
14 | 14 | protected $skin, $user, $out; |
15 | | - protected $processingTime = 10; // Seconds |
| 15 | + protected $processingTime = 30; // Seconds |
16 | 16 | |
17 | 17 | public function __construct() { |
18 | 18 | global $wgOut, $wgUser; |