diff --git a/backup/util/plan/tests/step_test.php b/backup/util/plan/tests/step_test.php index 44afd8d74c1..ed7a70b94a1 100644 --- a/backup/util/plan/tests/step_test.php +++ b/backup/util/plan/tests/step_test.php @@ -132,6 +132,9 @@ class backup_step_testcase extends advanced_testcase { // Remove the test dir and any content @remove_dir(dirname($file)); + + // Clear the time limit, otherwise PHPUnit complains. + set_time_limit(0); } /**