Dthmlx Trees

Has anyone tried using dhtml connector to render trees through yii? It seems to work well with grids and schedules but for instance:

            public function actionTree_data()


		{


			$tree = new TreeConnector(Entity::model(),"PHPYii");


			$tree->configure("-", "id", "Name","","parent_id" );


			$tree->render();


		}

times out with

'Fatal error: Maximum execution time of 90 seconds exceeded in …\YiiBase.php on line 448