yes, in the php. ini file look for
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30 ; Maximum execution time of each script, in seconds
set the time to what ever you need
it can also be set at run time by using [man]ini_set[/man]