Tu peux augmenter max_execution_time pour la page,



<?php
//doit être permis
if(ini_set('max_execution_time','60')){
$a = system('php monscript.php');
}
//suite du script...