Skip to content

Commit

Permalink
Raise execution timeout
Browse files Browse the repository at this point in the history
Turns out 5 mins isnt that long when the real world hits
  • Loading branch information
Peterburnett committed Jan 25, 2024
1 parent 806eb66 commit 372ac8d
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 @@ -102,7 +102,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 372ac8d

Please sign in to comment.