Skip to content

Commit

Permalink
Merge pull request #860 from catalyst/raise_timeout
Browse files Browse the repository at this point in the history
Raise execution timeout
  • Loading branch information
keevan authored Jan 25, 2024
2 parents 909d9b5 + b86cac6 commit 0a7d793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down

0 comments on commit 0a7d793

Please sign in to comment.