diff --git a/views/bootstrap/class.Indexer.php b/views/bootstrap/class.Indexer.php
index 7172bf720..53648feec 100644
--- a/views/bootstrap/class.Indexer.php
+++ b/views/bootstrap/class.Indexer.php
@@ -32,6 +32,7 @@ require_once("class.Bootstrap.php");
 class SeedDMS_View_Indexer extends SeedDMS_Bootstrap_Style {
 
 	function tree($dms, $index, $folder, $indent='') { /* {{{ */
+		set_time_limit(30);
 		echo $indent."D ".htmlspecialchars($folder->getName())."\n";
 		$subfolders = $folder->getSubFolders();
 		foreach($subfolders as $subfolder) {