From b86cac64d8bdc3fd6627da98f1aeda0951fe220f Mon Sep 17 00:00:00 2001 From: Peter Burnett Date: Thu, 25 Jan 2024 15:55:18 +1000 Subject: [PATCH] Raise execution timeout Turns out 5 mins isnt that long when the real world hits --- run.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.php b/run.php index d3edb790..f76d6422 100644 --- a/run.php +++ b/run.php @@ -106,7 +106,7 @@ function tool_dataflows_mtrace_wrapper($message, $eol) { \core\session\manager::write_close(); raise_memory_limit(MEMORY_HUGE); -core_php_time_limit::raise(300); +core_php_time_limit::raise(); // Re-run the specified flow (this will output an error if it doesn't exist). echo $OUTPUT->single_button($runnowurl, get_string('run_again', 'tool_dataflows'), 'post', ['class' => 'mb-3']);