Skip to content
Snippets Groups Projects
Verified Commit 75f85d81 authored by Dave Long's avatar Dave Long
Browse files

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

parent c574a6e4
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ public function runCommand(array $unescaped_test_classnames, string $phpunit_fil ...@@ -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 = new Process($command, \Drupal::root() . "/core", $process_environment_variables);
$process->setTimeout(300); $process->setTimeout(NULL);
$process->run(); $process->run();
$output = explode("\n", $process->getOutput()); $output = explode("\n", $process->getOutput());
$status = $process->getExitCode(); $status = $process->getExitCode();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment