Verified Commit 75f85d81 authored by Dave Long's avatar Dave Long
Browse files

Issue #3420765 by alexpott, mondrake: Remove new test timeout

parent c574a6e4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ public function runCommand(array $unescaped_test_classnames, string $phpunit_fil
    }

    $process = new Process($command, \Drupal::root() . "/core", $process_environment_variables);
    $process->setTimeout(300);
    $process->setTimeout(NULL);
    $process->run();
    $output = explode("\n", $process->getOutput());
    $status = $process->getExitCode();