Forum Moderators: coopster
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;max_execution_time = 30
which takes a value in seconds and can be increased.
failing that, you'd best save your values as session variables (or similar) and get the page reloaded after every successful execution, to start the timeout timer again.